Vertaling van "git add" 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.
This means that git reset -p is the opposite of git add -p, i.e. you can use it to selectively reset hunks.
Du kannst mit git reset -p, git checkout -p oder git add -p interaktiv entscheiden, welche Blöcke (hunks) von Änderungen (in allen oder den angegebenen Dateien) verwendet werden sollen.
For example, with git add you can do the following.
Zum Beispiel mit git add können Sie das folgende tun.
Most frightening are missing files due to a forgotten git add.
Am schrecklichsten sind fehlende Dateien wegen eines vergessenen git add.
Another common use case for git add is the - all option.
Ein weiterer häufiger Verwendungszweck für git add ist die Option - all.
The git reset command is used to undo a git add.
Mit dem Befehl git reset wird ein git add rückgängig gemacht.
The git add command is used to add changes to the staging index.
Der Befehl git add wird zum Hinzufügen von Änderungen zum Staging-Index verwendet.
When used on its own, git add will promote pending changes from the working directory to the staging area.
Alleinstehend verwendet befördert git add ausstehende Änderungen vom Arbeitsverzeichnis in den Staging-Bereich.
In order to begin tracking a new file, you use the command git add.
Um eine neue Datei zu versionieren, können Sie den Befehl git add verwenden.
In this case, use git add -i, whose interface is less straightforward, but more flexible.
In diesem Fall verwende git add -i, dessen Bedienung ist nicht ganz einfach, dafür aber sehr flexibel.
This was a very limited example, but both commands are covered more in depth on the git add and git commit pages.
Dieses Beispiel war stark verkürzt. Die beiden Befehle werden auf den Seiten zu git add und git commit ausführlicher behandelt.
How to undo 'git add' before commit?
Wie rückgängig machen 'git add' vor dem Commit?
It simply shows you what's been going on with git add and git commit.
Er zeigt schlichtweg, was im Hinblick auf git add und git commit geschehen ist.
Sometimes simple adding with git add. or git commit -am just isn't enough.
Manchmal ist das einfache Hinzufügen mit git add. oder git commit -am nicht genug.