Branch master

Przykłady kodu

45
0

polecenie git do utworzenia gałęzi

//Create a New Branch
git checkout -b [name_of_your_new_branch]
//First Push
git push --set-upstream origin [name_of_your_new_branch]
4
0

git merge branch to another branch

git checkout targetBranch
git merge sourceBranch
3
0

tworzenie gałęzi w git

git checkout -b <branch_name>
0
0

Utwórz nową gałąź git

git checkout -b 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
..................................................................................................................