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

Examples of using Git reset 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
Git reset--hard 31f2bb1 rm.
Git reset--hard 31f2bb1.
Weitere Infos findest du auf der Seite git reset.
For more info visit the git reset page.
Git reset und die drei Bäume von Git..
Git Reset& Three Trees of Git..
Ausführlichere Erklärungen findest du auf der Seite git reset.
For further detailed information visit the git reset page.
Git reset-- Dateien entfernt geänderte Dateien aus dem Index;
Git reset-- files unstages files;
Combinations with other parts of speech
Usage with verbs
Standardmäßig wird git reset mit dem HEAD als Ziel-Commit durchgeführt.
By default, git reset is invoked with HEAD as the target commit.
Zur Wiederholung:--mixed ist derStandardmodus und bewirkt dasselbe wie git reset.
To reiterate,--mixed is the default modeand the same effect as executing git reset.
Mit git reset kannst du alle geänderten Dateien aus dem Index entfernen.
You can also git reset to unstage everything.
Im Gegensatz hierzu wird mit git reset der bestehende Commit-Verlauf verändert.
Contrast this with git reset, which does alter the existing commit history.
Bei git reset besteht das ernsthafte Risiko, dass etwas verloren geht.
There is a real risk of losing work with git reset.
Mit git checkout werden- im Gegensatz zu git reset- Branches nicht verschoben.
Unlike git reset, git checkout doesn't move any branches around.
Wie git reset wird dies üblicherweise mit HEAD als Commit-Referenz verwendet.
Like git reset, this is commonly used with HEAD as the commit reference.
Dies ist das logische Gegenstück zu"git reset", das(üblicherweise) nur verfolgte Dateien erfasst.
This is the logical counterpart to git reset, which(typically) only operates on tracked files.
Mit git reset kannst du jetzt den Master-Branch auf den vorherigen Commit zurücksetzen.
Using Git reset, it is now possible to change master back to the commit it was before.
Die Vorstellung, dass diese Flags den Umfang des git reset -Vorgangs festlegen, erleichtert dir womöglich das Verständnis.
It's easier to think of these modes as defining the scope of a git reset operation.
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 that have more in-depth documentation on their individual pages: git log,git commit, and git reset.
Das Ausführen von git reset HEAD foo.py entfernt foo.py aus der Staging-Umgebung.
Running git reset HEAD foo. py will unstage foo. py.
In diesem Artikel vergleichen wir die geläufigsten Konfigurationen von git reset, git checkout und git revert.
In this article,we will compare the most common configurations of git reset, git checkout, and git revert.
An der Oberfläche zeigt git reset ein ähnliches Verhalten wie git checkout.
At a surface level, git reset is similar in behavior to git checkout.
Während git revert als die"sichere" Methode zum Rückgängigmachen von Änderungen gilt,kann git reset als die gefährliche Methode bezeichnet werden.
If git revert is a"safe" way to undo changes,you can think of git reset as the dangerous method.
Der Befehl git reset ist ein komplexes und vielseitiges Werkzeug zum Rückgängigmachen von Änderungen.
The git reset command is a complex and versatile tool for undoing changes.
Andere Befehle zur Rückgängigmachung, wie git checkout und git reset, verschieben den HEAD und die Branch-Ref-Pointer zu einem bestimmten Commit.
Other'undo' commands like, git checkout and git reset, move the HEAD and branch ref pointers to a specified commit.
Der Befehl git reset wird oft bei der Arbeit an Snapshots in der Staging-Umgebung verwendet.
The git reset command is frequently encountered while preparing the staged snapshot.
Während git checkoutnur auf den HEAD -Ref-Pointer angewendet wird, verschiebt git reset den HEAD -Ref-Pointer und den aktuellen Branch-Ref-Pointer.
Where git checkoutsolely operates on the HEAD ref pointer, git reset will move the HEAD ref pointer and the current branch ref pointer.
Dieses Verhalten ähnelt git reset HEAD--hard, bezieht sich aber nur auf die spezifizierte Datei.
This is similar behavior to git reset HEAD--hard, but it operates only on the specified file.
Du kannst dir git revert auch alsTool zum Rückgängigmachen von committeten Änderungen und git reset HEAD zum Rückgängigmachen von nicht committeten Änderungen merken.
You can also think of gitrevert as a tool for undoing committed changes, while git reset HEAD is for undoing uncommitted changes.
In Kombination mit einem Dateipfad aktualisiert git reset den Snapshot aus der Staging-Umgebung, damit dieser mit der Version des angegebenen Commits übereinstimmt.
When invoked with a file path, git reset updates the staged snapshot to match the version from the specified commit.
Eine Rückgängigmachung ist dabei zursicheren Aufhebung von öffentlichen Commits gedacht, git reset hingegen zur Aufhebung lokaler Änderungen im Staging-Index und im Arbeitsverzeichnis.
Whereas reverting isdesigned to safely undo a public commit, git reset is designed to undo local changes to the Staging Index and Working Directory.
Die Optionen--soft,--mixed und--hard wirken sich nicht aufdie Version auf Dateiebene von git reset aus, da der Snapshot in der Staging-Umgebung immer aktualisiert wird und das Arbeitsverzeichnis niemals aktualisiert wird.
The--soft,--mixed, and--hard flags do not have any effecton the file-level version of git reset, as the staged snapshot is always updated, and the working directory is never updated.
Deshalb sollte git revert zum Rückgängigmachen vonÄnderungen an einem öffentlichen Branch genutzt werden und git reset sollte dem Rückgängigmachen von Änderungen an einem privaten Branch vorbehalten bleiben.
For this reason, git revert should beused to undo changes on a public branch, and git reset should be reserved for undoing changes on a private branch.
Results: 55, Time: 0.0313

Word-for-word translation

Top dictionary queries

German - English