What is the translation of " BEFEHL GIT " in English?

Examples of using Befehl git in German and their translations into English

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
Der Befehl git clean ermöglicht in gewisser Weise das Rückgängigmachen.
Git clean is to some extent an'undo' command.
Um dies zu beheben, muss man den Befehl git submodule update erneut ausführen.
To fix this, you must run git submodule update again.
Gib den Befehl git pull--all ein, um alle Änderungen aus Bitbucket zu pullen.
Enter the git pull--all command to pull all the changes from Bitbucket.
Um eine neue Datei zu versionieren, können Sie den Befehl git add verwenden.
In order to begin tracking a new file, you use the command git add.
Führen Sie den Befehl git config -l aus, um zu Ihre Konfiguration zu überprüfen.
Run the git config-l command to verify your configuration.
Um eine neue Datei zur Versionskontrolle hinzuzufügen, verwendest Du den Befehl git add.
In order to begin tracking a new file, you use the command git add.
Die Details entsprechen dem, was der Befehl git show oder git diff zurückgibt.
The level of detail matches what's returned in the git show or git diff commands.
Wenn Sie den Befehl git status erneut ausführen, sollte die Befehlsausgabe der folgenden ähneln.
If you run git status again, you should see output similar to the following.
Um einen interaktiven Rebase durchzuführen,muss man die Option -i an den Befehl git rebase anhängen.
You can runrebase interactively by adding the-i option to git rebase.
Eine Möglichkeit dazu ist der Befehl git fsck, der die Integrität der Git-Datenbank prüft.
One way is to use the git fsck utility, which checks your database for integrity.
Verwenden Sie Git,um Ihre Dateiänderungen dem Staging-Bereich des geklonten Repositorys hinzuzufügen, indem Sie den Befehl git add.
Use Git toadd your file changes to the cloned repository's staging area by running the command git add.
Der Vorgang entspricht dem bei Branches: Du kannst den Befehl git push origin[tagname] verwenden.
This process is just like sharing remote branches- you can run git push origin tagname.
Man muss stattdessen den Befehl git diff-tree verwenden und als Argument den zu vergleichenden Branch angeben.
Instead, you must run git diff-tree with the branch you want to compare to.
Um DiffDog ohne vorherige Aufforderung auszuführen, verwenden Sie den Befehl git difftool -y< geänderte Datei.
To run DiffDog without being prompted first, use the command git difftool-y< changed file.
Führen Sie den Befehl git pull aus, um die Dateien im AWS CodeCommit-Repository mit dem Lokales Repository zu synchronisieren.
Run git pull to synchronize the files in the AWS CodeCommit repository with your local repo.
Öffnen Sie dieGit-Shell und geben Sie den Befehl git difftool--tool-help ein, wie unten gezeigt.
Open the Git shell and enter the command git difftool--tool-help, as shown below.
Der Befehl git log listet die Historie der Commits eines Projekts in umgekehrter chronologischer Reihenfolge auf, wenn man ihn ohne weitere Argumente ausführt.
By default, with no arguments, git log lists the commits made in that repository in reverse chronological order.
Du solltest wissen, dass der Befehl git rebase dasselbe Problem löst wie git merge.
The first thing to understand about git rebase is that it solves the same problem as git merge.
Gitignore Datei Git dazu bringst,bestimmte Dateien nicht weiter zu verfolgen beziehungsweise zu stagen, wenn Du den Befehl git add verwendest.
Gitignore file to have Gitnot see them as untracked files or try to stage them when you run git add on them.
Weitere Informationen zum Befehl git merge und den Zusammenführungsoptionen finden Sie unter git-merge oder in Ihrer Git-Dokumentation.
To learn more about git merge and merge options, see git-merge or your Git documentation.
Öffnen Sie das Git-Repository in der Git-Shell und geben Sie den Befehl git difftool < geänderte Datei > ein, z.B.
Open the Git repository in the Git shell, and enter the command git difftool< changed file>, for example.
Führen Sie den Befehl git config--global--edit aus, um zu prüfen, ob die vorigen Werte in die .gitconfig-Datei Ihres Benutzerprofils geschrieben wurden.
Run git config--global--edit to verify the preceding values have been written to the. gitconfig file for your user profile.
Verwenden Sie GIT,um das Commit für Ihre Stagingdateien im geklonten Repository durchzuführen, indem Sie den Befehl git commit -m"Added hello.py and updated template.
Use Git to commit your staged files in the cloned repository by running the command git commit-m"Added hello. py and updated template.
Der erste Schritt bei jedem Workflow, der den Befehl git rebase nutzt, ist die Erstellung eines dedizierten Branch für jedes Feature.
The first step in any workflow that leverages git rebase is to create a dedicated branch for each feature.
Der Befehl git merge wird also oft im Zusammenhang mit git checkout zum Auswählen des aktuellen Branches und git branch -d zum Löschen des veralteten Ziel-Branches genutzt.
This means that git merge is often used in conjunction with git checkout for selecting the current branch and git branch-d for deleting the obsolete target branch.
Wenn du den Merge abgeschlossen hast, musst du lediglich den Befehl git add auf die in Konflikt stehende(n) Datei(en) ausführen, um Git zu sagen, dass sie gelöst sind.
When you're ready to finish the merge, all you have to do is run git add on the conflicted file(s) to tell Git they're resolved.
Md denjenigen Inhalt haben, den sie hatte, als Sie git add zuletzt ausgeführt haben- und nicht denjenigen,den sie in dem Moment hat, wenn Sie den Befehl git commit ausführen.
Md as it was when you last ran the git add command is how it will go into the commit, not the version of the file as it looks in your working directory when you run git commit.
Führen Sie den Befehl git commit aus, um die Dateien lokal per Commit zu übertragen, anschließend senden Sie die Dateien mit dem Befehl git push an das AWS CodeCommit-Repository.
Run git commit to commit the files locally, and then run git push to send the files to the AWS CodeCommit repository.
Wenn ein anderer Benutzer ein Rebasing durchgeführtund dann einen Push zu dem Branch erzwungen hat, zu dem auch du committest, wird der Befehl git pull alle Commits überschreiben, die du auf Basis dieses vorigen Branch, dessen Spitze zwangsgepusht wurde, erstellt hast.
If another user has rebased andforce pushed to the branch that you're committing to, a git pull will then overwrite any commits you have based off that previous branch with the tip that was force pushed.
Wenn du im letzten Abschnitt,"Ein neues Repository anlegen", den Befehl git clone verwendest hast, ist dein Repository bereits zur Remote-Zusammenarbeit konfiguriert.
If you used git clone in the previous"Initializing a new Repository" section to set up your local repository, your repository is already configured for remote collaboration.
Results: 35, Time: 0.0187

Word-for-word translation

Top dictionary queries

German - English