Polecenie git branch

Przykłady kodu

16
0

lista gałęzi w git

git branch -a
9
0

Utwórz gałąź w git

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

Git branch

git checkout -b <new-branch-name> # create a new branch
git switch <branch-name> # Switch branch
3
0

polecenie git branch

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

Git create branch

$ git checkout -b iss53
Switched to a new branch "iss53"
-2
0

jak przełączyć gałęzie w git

git checkout [branch name]

W innych językach

Ta strona jest w innych językach

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