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

Examples of using Git reset 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
Git reset--hard 31f2bb1.
Git reset--hard 31f2bb1 rm.
For more info visit the git reset page.
Weitere Infos findest du auf der Seite git reset.
Git Reset& Three Trees of Git..
Git reset und die drei Bäume von Git..
For further detailed information visit the git reset page.
Ausführlichere Erklärungen findest du auf der Seite git reset.
Git reset-- files unstages files;
Git reset-- Dateien entfernt geänderte Dateien aus dem Index;
Remote: error: with what you pushed, and will require‘git reset-hard' to match.
Entfernt: Fehler: mit dem, was Sie geschoben, und erfordert'git reset -hart' passen.
You can also git reset to unstage everything.
Mit git reset kannst du alle geänderten Dateien aus dem Index entfernen.
It's easier to think of these modes as defining the scope of a git reset operation.
Die Vorstellung, dass diese Flags den Umfang des git reset -Vorgangs festlegen, erleichtert dir womöglich das Verständnis.
By default, git reset is invoked with HEAD as the target commit.
Standardmäßig wird git reset mit dem HEAD als Ziel-Commit durchgeführt.
Now that we have followed thischangeset through the three trees we can begin to utilize git reset.
Da wir diesen Changeset nun überdie drei Bäume hinweg verfolgt haben, können wir jetzt mit git reset arbeiten.
Like git reset, this is commonly used with HEAD as the commit reference.
Wie git reset wird dies üblicherweise mit HEAD als Commit-Referenz verwendet.
This is the logical counterpart to git reset, which(typically) only operates on tracked files.
Dies ist das logische Gegenstück zu"git reset", das(üblicherweise) nur verfolgte Dateien erfasst.
The git reset command is a complex and versatile tool for undoing changes.
Der Befehl git reset ist ein komplexes und vielseitiges Werkzeug zum Rückgängigmachen von Änderungen.
For details about why altering shared history is dangerous,please see the git reset page.
Warum genau es so gefährlich ist, einen freigegebenen Verlauf zu verändern,kannst du auf der Seite zum Befehl git reset nachlesen.
Contrast this with git reset, which does alter the existing commit history.
Im Gegensatz hierzu wird mit git reset der bestehende Commit-Verlauf verändert.
In this article,we will compare the most common configurations of git reset, git checkout, and git revert.
In diesem Artikel vergleichen wir die geläufigsten Konfigurationen von git reset, git checkout und git revert.
At a surface level, git reset is similar in behavior to git checkout.
An der Oberfläche zeigt git reset ein ähnliches Verhalten wie git checkout.
If git revert is a"safe" way to undo changes,you can think of git reset as the dangerous method.
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.
The git reset command is frequently encountered while preparing the staged snapshot.
Der Befehl git reset wird oft bei der Arbeit an Snapshots in der Staging-Umgebung verwendet.
Other'undo' commands like, git checkout and git reset, move the HEAD and branch ref pointers to a specified commit.
Andere Befehle zur Rückgängigmachung, wie git checkout und git reset, verschieben den HEAD und die Branch-Ref-Pointer zu einem bestimmten Commit.
The git reset and git checkout commands also accept an optional file path as a parameter.
Die Befehle git reset und git checkout akzeptieren auch einen optionalen Dateipfad als Parameter.
Where git checkoutsolely operates on the HEAD ref pointer, git reset will move the HEAD ref pointer and the current branch ref pointer.
Während git checkoutnur auf den HEAD -Ref-Pointer angewendet wird, verschiebt git reset den HEAD -Ref-Pointer und den aktuellen Branch-Ref-Pointer.
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.
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.
This is similar behavior to git reset HEAD--hard, but it operates only on the specified file.
Dieses Verhalten ähnelt git reset HEAD--hard, bezieht sich aber nur auf die spezifizierte Datei.
You can also think of gitrevert as a tool for undoing committed changes, while git reset HEAD is for undoing uncommitted changes.
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.
As with the commit-level version of git reset, this is more commonly used with HEAD rather than an arbitrary commit.
Wie die Version von git reset auf Commit-Ebene wird dies eher mit HEAD verwendet als mit einem beliebigen Commit.
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.
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.
When invoked with a file path, git reset updates the staged snapshot to match the version from the specified commit.
In Kombination mit einem Dateipfad aktualisiert git reset den Snapshot aus der Staging-Umgebung, damit dieser mit der Version des angegebenen Commits übereinstimmt.
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.
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.
Whereas reverting isdesigned to safely undo a public commit, git reset is designed to undo local changes to the Staging Index and Working Directory.
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.
Results: 68, Time: 0.0287

Word-for-word translation

Top dictionary queries

English - German