Git Dalı nasıl değiştirilir

Kod örnekleri

26
0

git anahtarı şube

git switch <branch_name>

git checkout <branch_name> 
9
0

git değişim Dalı

git checkout <<branchName>>
1
0

git'te yeni şube ve anahtar nasıl yapılır

git checkout -b myNewBranch
0
0

git şubesini değiştir

- git checkout xyz =
                checks out the branch, switches to the branch.
- git checkout -b <branch_name> =
                creates a new branch and switches to it.
- git merge <branch_name> =
                this command takes changes from the given branch,
                and merges with the current branches we are on. 

Diğer dillerde

Bu sayfa diğer dillerde

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