How to make branch master in git

Code examples

21
0

how to make a new branch git

$ git checkout -b [name_of_your_new_branch]
9
0

create branch in git

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

create new branch git from master

git checkout -b new-branch-name

In other languages

This page is in other languages

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