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

Examples of using Git log in English and their translations into German

{-}
  • 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
That's where the git log command comes in.
Hierfür gibt es den Befehl"git log.
Git log release and git log beta.
Git log Veröffentlichung und git log beta.
This can be found by viewing output from git log.
Diese finden wir in den Ausgabedaten von git log.
The git log command displays committed snapshots.
Der Befehl git log zeigt Snapshots an, die committet wurden.
View the list of commits in the branch git log.
Lassen Sie die Liste der Commits in dem Branch anzeigen git log.
Customize the color for git log--decorate output.
Passt die Farbe für den Output des Befehls git log--decorate an.
She can see what has been changed with git log.
Um zu sehen, was geändert wurde, benutzt sie die Anweisung git log.
Now, you can run git log to see your new history.
Jetzt kannst Du git log ausführen, um die neue History einzusehen.
You can find the hash of all your commits in the git log output.
Den Hash eines Commits findest du in der Ausgabe von git log.
Ancestry graph in git log now works with combined diff output.
Vorgänger-Grafiken von"git log" funktionieren jetzt mit kombinierter Diff-Ausgabe.
Since a stash is just a commit, you can inspect it with git log.
Da ein Stash einfach ein Commit ist, kannst du ihn mit git log untersuchen.
The git log command includes many options for displaying diffs with each commit.
Der Befehl git log umfasst viele Optionen für die Anzeige von Diffs für jeden Commit.
Those are only some simple output-formatting options to git log- there are many more.
Das sind nur einigeeher simple Format Optionen für die Ausgabe von git log- es gibt sehr viel mehr davon.
The git log command is Git's basic tool for exploring a repository's history.
Der Befehl git log ist das grundlegende Werkzeug zum Durchsuchen eines Repository-Verlaufs.
You can get the same results as in the previous example by typing git log origin/master….
Kannst Du dieselben Commits wie im vorherigen Beispiel auch mit git log origin/master… anzeigen lassen.
Learn more about git log and git bisect on their individual usage pages.
Erfahre mehr zu git log und git bisect auf den jeweiligen Seiten zu ihrer Verwendung.
This makes it easier to navigate your project with commands like git log, git bisect, and gitk.
Somit kannst du mit Befehlen wie git log, git bisect und gitk einfacher durch dein Projekt navigieren.
You can prevent git log from displaying these merge commits by passing the--no-merges flag.
Wenn du nicht möchtest, dass git log diese Merge-Commits anzeigt, kannst du--no-merges verwenden.
The commit hash returned by the cat commandshould match the commit ID displayed by git log.
Der Commit-Hash, der vom Befehl cat zurückgegeben wird,sollte mit der Commit-ID übereinstimmen, die mit git log angezeigt werden kann.
If git log outputs commits for both versions, this tells you that your history has diverged.
Wenn git log Commits für beide Versionen ausgibt, weißt du, dass der Verlauf voneinander abweicht.
The most basic filtering option for git log is to limit the number of commits that are displayed.
Die grundlegendste Filteroption für git log ist das Einschränken der Anzahl angezeigter Commits.
The git log command is typically the starting point for these interactions, as it lets you find the commits you want to work with.
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.
At the end of the repo setup procedure, we invoke git log to display the commit history, showing a total of 3 commits.
Am Schluss der Repository-Einrichtung lassen wir mit git log den Commit-Verlauf anzeigen und sehen, dass 3 Commits aufgezeichnet wurden.
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.
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.
While it's possible to mitigate this issue with advanced git log options, it can make it hard for other developers to understand the history of the project.
Dieses Problem kann zwar mit erweiterten git log- Optionen gemindert werden, andere Entwickler können dann aber den Projektverlauf nicht so leicht nachvollziehen.
These new skills are an important part of your Git toolkit, but remember that git log is often used in conjunction other Git commands.
Diese Fähigkeit ist ein wichtiger Bestandteil im Git-Toolkit, aber git log wird häufig auch in Verbindung mit anderen Befehlen genutzt.
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.
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.
While git status lets you inspect the working directory andthe staging area, git log only operates on the committed history.
Während du mit git status das Arbeitsverzeichnis und dieStaging-Umgebung ansiehst, beschränkt sich git log ausschließlich auf den Commit-Verlauf.
You can use git rev-parse HEAD to getthe new commit's SHA1 hash, or you can use git log -1 HEAD to get all of its information.
Dazu kannst du git rev-parse HEAD verwenden,um den SHA1-Hash des neuen Commit zu erhalten oder mit git log -1 HEAD alle seine Informationen abrufen.
Learn more about those commands on their individual pages at: git status, git log, git add,git checkout, git reflog, and git revert.
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.
Results: 95, Time: 0.0274

Word-for-word translation

Top dictionary queries

English - German