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

git branch

Examples of using Git branch 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
Entspricht„ git branch -D“.
The same as git branch-D.
Git branch--all zeigt eine Liste aller Branches für das Repository an.
Git branch--all displays a list of all branches for the repository.
Sie können git status oder git branch ausführen.
You can run git status or git branch.
Wenn du aber git branch -r ausführst, findest du alle Branches und Tags von deinem SVN-Repository.
But, if you run git branch-r, you will find all of the branches and tags from your SVN repository.
Die Befehle git checkout und git branch greifen eng ineinander.
The git checkout command works hand-in-hand with git branch.
Combinations with other parts of speech
Usage with verbs
Über den Befehl git checkout kannst du zwischen Branches wechseln, die du mit git branch erstellt hast.
The git checkout command lets you navigate between the branches created by git branch.
Führen Sie den Befehl git branch aus und geben Sie die Option--all an.
Run the git branch command, specifying the--all option.
Um herauszufinden, welche Branches schon in den aktuell ausgecheckten gemergt wurden,kannst Du einfach git branch--merged aufrufen.
To see which branches are already merged into the branch you're on,you can run git branch--merged.
Führe git branch aus, um zu sehen, welche Branches verfügbar sind und wie der aktuelle Branch heißt.
To find out what branches are available and what the current branch name is,execute git branch..
Jetzt solltest du alle SVN-Branches unter git branch sowie die SVN-Tags unter git tag sehen.
You should now see all of your SVN branches in the git branch output, along with your SVN tags in the git tag output.
Vergewissern Sie sich, dass Sie zum MyNewBranch-Branch gewechselt haben, indem Sie git status oder git branch ausführen.
Confirm that you have switched to theMyNewBranch branch by running git status or git branch.
Du wirst keine der SVN-Branches in git branch finden oder deine SVN-Tags in git tag.
You won't find any of your SVN branches in the git branch output, nor will you find any of your SVN tags in the git tag output.
In diesem Tutorial wurden unter anderem auch folgende Git-Befehle genutzt oder auf sie verwiesen: git branch, git pull und git fetch.
This document integrated and referenced other Git commands like: git branch, git pull, and git fetch.
Führen Sie zum Löschen des Branches im Lokales Repository den Befehl git branch -D branch-name aus, wobei branch-name für den Namen des zu löschenden Branches steht.
To delete the branch from the local repo, run the git branch-D branch-name command where branch-name is the name of the branch you want to delete.
Git branch opera remotes/opera aus. Wenn Du jetzt Deinen opera -Zweig in trunk(Deinen master -Zweig) zusammenführen willst, kannst Du das mit einem normalen git merge machen.
Git branch opera remotes/opera Now, if you want to merge your opera branch into trunk(your master branch), you can do so with a normal git merge.
Mit dem Befehl git merge kannst du die unabhängigen Entwicklungszweige, die mit git branch erstellt wurden, in einen einzigen Branch integrieren.
The git merge command lets you take the independent lines of development created by git branch and integrate them into a single branch..
In diesem Kapitel beleuchten wir häufig genutzte Befehle wiegit checkout, git branch und git push genauer, indem wir du vielen Methoden zur Referenzierung eines Commits durchgehen.
In this chapter, we will shed some light on the internalworkings of common commands like git checkout, git branch, and git push by exploring the many methods of referring to a commit.
Der Befehl git merge wird also oft im Zusammenhang mitgit checkout zum Auswählen des aktuellen Branches und git branch -d zum Löschen des veralteten Ziel-Branches genutzt.
This means that git merge is often used in conjunction withgit checkout for selecting the current branch and git branch-d for deleting the obsolete target branch..
Da Branches spezifisch für die Arbeit an neuem Code erstellt werden,solltest du jeden mit git branch neu erstellten Branch mit git checkout auschecken, bevor du ihn verwendest.
Because you are creating a branch to work on something new,every time you create a new branch(with git branch), you want to make sure to check it out(with git checkout) if you're going to use it.
Wechseln Sie zu dem neuen Branch git checkout MyNewBranch.
Switch to the new branch git checkout MyNewBranch.
Im Prinzip ist das alles, was einen Branch in Git ausmacht.
That's basically what a branch in Git is.
Lassen Sie die Liste der Commits in dem Branch anzeigen git log.
View the list of commits in the branch git log.
Der Git Feature Branch Workflow ist ein zusammenstellbarer Workflow, bei dem andere übergeordnete Git-Workflows genutzt werden können.
The Git Feature Branch Workflow is a composable workflow that can be leveraged by other high-level Git workflows.
Results: 23, Time: 0.0192

Word-for-word translation

Top dictionary queries

German - English