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

Examples of using Git log 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
Hierfür gibt es den Befehl"git log.
That's where the git log command comes in.
Git log Veröffentlichung und git log beta.
Git log release and git log beta.
Diese finden wir in den Ausgabedaten von git log.
This can be found by viewing output from git log.
Mit git log wird der Commit-Verlauf angezeigt.
Executing git log will display the Commit History.
Danach kann sie die neuen Änderungen mit git log auflisten.
Then, she can see what has been changed with git log.
Combinations with other parts of speech
Jetzt kannst Du git log ausführen, um die neue History einzusehen.
Now, you can run git log to see your new history.
Um zu sehen, was geändert wurde, benutzt sie die Anweisung git log.
She can see what has been changed with git log.
Vorgänger-Grafiken von"git log" funktionieren jetzt mit kombinierter Diff-Ausgabe.
Ancestry graph in git log now works with combined diff output.
Du solltest jetzt die neuen Commits jetzt in git log sehen können.
You should nowbe able to see the new commits in your git log output.
Normalerweise sieht eine git log--oneline -Ausgabe in etwa folgendermaßen aus.
Your typical git log--oneline output will look something like this.
Den Hash eines Commits findest du in der Ausgabe von git log.
You can find the hash of all your commits in the git log output.
Der Befehl git log umfasst viele Optionen für die Anzeige von Diffs für jeden Commit.
The git log command includes many options for displaying diffs with each commit.
Da ein Stash einfach ein Commit ist, kannst du ihn mit git log untersuchen.
Since a stash is just a commit, you can inspect it with git log.
Der Befehl git log ist das grundlegende Werkzeug zum Durchsuchen eines Repository-Verlaufs.
The git log command is Git's basic tool for exploring a repository's history.
Im Folgenden werden einige der gebräuchlichsten Konfigurationen von git log vorgestellt.
Some of the most common configurations of git log are presented below.
Erfahre mehr zu git log und git bisect auf den jeweiligen Seiten zu ihrer Verwendung.
Learn more about git log and git bisect on their individual usage pages.
Das sind nur einigeeher simple Format Optionen für die Ausgabe von git log- es gibt sehr viel mehr davon.
Those are only some simple output-formatting options to git log- there are many more.
Wenn du nicht möchtest, dass git log diese Merge-Commits anzeigt, kannst du--no-merges verwenden.
You can prevent git log from displaying these merge commits by passing the--no-merges flag.
Kannst Du dieselben Commits wie im vorherigen Beispiel auch mit git log origin/master… anzeigen lassen.
You can get the same results as in the previous example by typing git log origin/master….
Wenn git log Commits für beide Versionen ausgibt, weißt du, dass der Verlauf voneinander abweicht.
If git log outputs commits for both versions, this tells you that your history has diverged.
Die grundlegendste Filteroption für git log ist das Einschränken der Anzahl angezeigter Commits.
The most basic filtering option for git log is to limit the number of commits that are displayed.
Der Commit-Hash, der vom Befehl cat zurückgegeben wird,sollte mit der Commit-ID übereinstimmen, die mit git log angezeigt werden kann.
The commit hash returned by the cat commandshould match the commit ID displayed by git log.
Somit kannst du mit Befehlen wie git log, git bisect und gitk einfacher durch dein Projekt navigieren.
This makes it easier to navigate your project with commands like git log, git bisect, and gitk.
Während du mit git status das Arbeitsverzeichnis und dieStaging-Umgebung ansiehst, beschränkt sich git log ausschließlich auf den Commit-Verlauf.
While git status lets you inspect the working directory andthe staging area, git log only operates on the committed history.
Der Befehl git log ist normalerweise der Ausgangspunkt für derartige Interaktionen, da über ihn die Commits gefunden werden können, mit denen du arbeiten möchtest.
The git log command is typically the starting point for these interactions, as it lets you find the commits you want to work with.
Diese Fähigkeit ist ein wichtiger Bestandteil im Git-Toolkit, aber git log wird häufig auch in Verbindung mit anderen Befehlen genutzt.
These new skills are an important part of your Git toolkit, but remember that git log is often used in conjunction other Git commands.
Seit Git 2.1.0kann man Issue-Aliasse bei der Bash-Vervollständigung in Git genau wie einen git log -Befehl ergänzen.
As of 2.1.0, git'sbash completion has been improved to allow me to complete the git issues alias as if it were the git log command.
Statt dein eigenes Skriptzum Parsen der Output von git log--show-signature zu erstellen, kannst du mit git verify-commit einfach eine Reihe von Commits hinzufügen, deren Signaturen du überprüfen willst.
Instead of writing your own scriptto parse the output of git log--show-signature you can simply passgit verify-commit a set of commits to check the signatures for.
Mehr über diese Befehle erfährst du auf den jeweiligen Seiten zu git status, git log, git add,git checkout, git reflog und git revert.
Learn more about those commands on their individual pages at: git status, git log, git add,git checkout, git reflog, and git revert.
Um zu zeigen, was git revert bewirkt, haben wir weitere Befehle zu Hilfe genommen,die auf den entsprechenden Seiten detaillierter beschrieben sind: git log, git commit und git reset.
To demonstrate the effects of git revert we leveraged other commands thathave more in-depth documentation on their individual pages: git log, git commit, and git reset.
Results: 84, Time: 0.0203

Word-for-word translation

Top dictionary queries

German - English