Git branch lista wszystkich gałęzi

Przykłady kodu

22
0

jak zobaczyć wszystkie gałęzie w git

git branch -a
8
0

lista gałęzi git

git branch -a 	#all local and remote branches are listed
git branch -r 	#remote branches are listed
git branch 		#only local branches are listed
3
0

polecenie git branch

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

lista wszystkich branhces git

git branch -a

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
..................................................................................................................