Git branch command example

Code examples

9
0

create branch in git

# Create New Branch And Switch To It
$ git checkout -b myBranchName
4
0

how to create a branch in git

$ git branch [name of branch]
3
0

git branch command

git branch <branchname> 
(or)
git checkout -b <branchname>
2
0

make a new branch git

git checkout -b branch-name
0
0

how to make branch in git command

git branch crazy-experiment

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................