Vertaling van "git log" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Now if you check git log you should see the right information.
Wenn du jetzt git log überprüfst, solltest du die richtigen Informationen sehen.
The git log command displays committed snapshots.
Der Befehl git log zeigt Snapshots an, die committet wurden.
For this, you need to use git log.
Hierfür wird der Befehl git log benötigt.
By default, git log will only show commits for the currently selected branch.
Standardmäßig zeigt git log nur Commits für den aktuell ausgewählten Branch an.
Just a short and interesting tip today about git log - graph.
Heute gibt es nur einen kurzen, aber interessanten Tip zu git log - graph.
That's where the git log command comes in.
Hierfür wird der Befehl git log benötigt.
Now, you can run git log to see your new history
Jetzt kannst Du git log ausführen, um die neue History einzusehen
The revert is recorded as a new commit, which you can confirm by running git log.
Das Rückgängig machen wird als neuer Commit erstellt, was mit git log überprüft werden kann.
Every commit has an author name and email, which is shown by git log.
Jeder Commit enthält Name und eMail-Adresse des Autors, welche mit git log angezeigt werden.
The most basic and powerful tool to do this is the git log command.
Der grundlegende und mächtige Befehl, mit dem Du das tun kannst, ist git log.
You could also use the range syntax in git log to get the commits that aren't merged.
Du kannst auch die Bereichssyntax in git log verwenden, um jene Commits zu bekommen, die noch nicht zusammengeführt sind.
This description will be visible when using the git log command.
Diese Beschreibung kann man lesen, wenn man sich die Geschichte des Projektes mit git log anzeigen lässt.
The last really useful option to pass to git log as a filter is a path.
Eine letzte sehr nützliche Option, die von git log akzeptiert wird, ist ein Pfad.