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.
The git log command lets you list the project history, filter it, and search for specific changes.
Der Befehl git log zeigt Snapshots an, die committet wurden. Du kannst damit den Projektverlauf aufrufen, ihn filtern und nach bestimmten Änderungen suchen.
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.
Discussion The git log command is Git's basic tool for exploring a repository's history.
Diskussion Der Befehl git log ist das grundlegende Werkzeug zum Durchsuchen eines Repository-Verlaufs.
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.
This description will be visible when using the git log command.
A huge number and variety of options to the git log command are available to show you exactly what you're looking for.
Für den Befehl git log gibt es eine riesige Anzahl von Optionen, mit denen man sehr genau eingrenzen kann, wonach man in einer Historie sucht.
All the script does is get the latest commit date from the git log command, stick that into any $Date$ strings it sees in stdin, and print the results - it should be simple to do in whatever language you're most comfortable in.
Hierzu ein kleines Beispiel als Das Skript ermittelt das letzte Commitdatum mittels des Befehls git log, ersetzt jede Zeichenfolge von $Date im Stream stdin mit dem Commitdatum und gibt das Ergebnis wieder aus.
If you pass - abbrev-commit to the git log command, the output will use shorter values but keep them unique; it defaults to using seven characters but makes them longer if necessary to keep the SHA-1 unambiguous
Wenn Du - abbrev-commit dem git log Kommando übergibst, wird es den kürzeren Wert benutzen, diesen aber einzigartig halten; die Standardeinstellung sind sieben Zeichen, aber es werden automatisch mehr benutzt, wenn dies nötig ist, um den SHA-1-Hash eindeutig zu bezeichnen.
This is basically the git log command, but by default it prints out only the SHA-1 values and no other information.
Der Befehl entspricht dem git log Kommando, gibt aber im Gegensatz zu diesem nur die SHA-1 Prüfsummen und keine weitere Informationen aus.
You can pretty easily see what files have been modified in a single commit with the - name-only option to the git log command (mentioned briefly in Git Basics)
Mit Hilfe des git log Befehls und der Option - name-only findet man sehr leicht heraus, welche Dateien in einem einzelnen Commit geändert wurden (dies haben wir bereits im Kapitel 2 vorgestellt)
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.