Examples with "commit SHA-1" and their translation 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.
You can optionally supply a [BASE] commit sha-1 hash to start the release from.
This hook takes a few parameters: the path to the file that holds the commit message so far, the type of commit, and the commit SHA-1 if this is an amended commit.
Andere resultaten
The 40-character string after commit is an SHA-1 checksum of the commit's contents.
As you can see, this command lists each commit with its SHA-1 checksum, the author's name and email, the date written, and the commit message.
Wie Du sehen kannst wird jeder Commit mit seiner SHA-1 Checksumme, Namen und E-Mail Adresse des Autors, dem Datum und der Commit Meldung aufgelistet.
I don't want the complete SHA-1 commit hash to be displayed in my application, so I've abbreviated it in the template.
Für den Anfang füge ich erstmal nur statische Informationen hinzu: Ich möchte nicht, dass der ganze SHA-1 Commit Hash in meiner Anwendung angezeigt wird.
Because commits contain the SHA-1 values of their parents, this command changes every commit SHA in your history, not just those that have the matching e-mail address.
Auf Grund der Architektur, dass in Git in jedem Commit die SHA1-Prüfsumme des Vorgänger-Commits enthalten ist, ändert dieser Befehl jeden Commit in Deiner Historie.
This is important because it means that all the SHA-1 checksums for your commits change.
Das bedeutet, dass alle SHA-1 Checksums Deiner Commits verändert werden.
You need to be careful with this technique because amending changes the SHA-1 of the commit.
Sei dir allerdings bewußt, daß diese Technik die Commit Historie zerstört.
You can obviously refer to any single commit by its full, 40-character SHA-1 hash, but there are more human-friendly ways to refer to commits as well.
Einzelne Revisionen Du kannst offensichtlich mithilfe des SHA-1-Hashes einen Commit auswählen, aber es gibt auch menschenfreundlichere Methoden, auf einen Commit zu verweisen.
After you do that, your commit history will contain both the C4 and C4' commits, which have different SHA-1 hashes but introduce the same work and have the same commit message.