Vertaling van "git branch" 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.
How do I delete a Git branch both locally and remotely?
Wie lösche ich einen Git-Zweig lokal und remote?
Make an existing Git branch track a remote branch?
Kann ein bestehender Git-Zweig einen entfernten Zweig verfolgen?
How do I check out a remote Git branch?
Wie überprüfe ich einen entfernten Git-Zweig?
The command git branch is used to view and visit other branches.
Der Befehl git branch wird zur Anzeige und zum Aufrufen anderer Branches verwendet.
This is synonymous with git branch - list.
Dies ist synonym zu git branch - list.
You can delete it with the -d option to git branch
Du kannst ihn mit der -d-Option von git branch entfernen
Invoking the command, git branch -a will return a list of all known branch names.
Der Befehl git branch -a gibt eine Liste aller bekannten Branch-Namen zurück.
The git branch command has a few flags that will help out with this problem.
Der git branch Befehl hat ein paar Optionen, die bei der Lösung dieses Problems helfen.
Luckily, the git branch command gives us some insight to what branch is what.
Glücklicherweise gibt der git branch Befehl Einblick darin, welcher Branch was ist.
The current implementation will be maintained in the git branch "v1".
Die bestehende Implementierung wird in dem Git-Branch „v1" weitergeführt.
To see the last commit on each branch, you can run git branch -v
Du kannst dir mit git branch -v ganz schnell für jeden Branch den letzten Commit anzeigen lassen
To see all the branches that contain work you haven't yet merged in, you can run git branch - no-merged
Um alle Branches zu sehen, welche noch nicht gemergte Änderungen enthalten, kannst du git branch - no-merged aufrufen
The same as git branch -D
Entspricht„ git branch -D"