로컬 git 브랜치의 이름 바꾸기 변경

코드 예제

4
0

브랜치 이름 바꾸기 힘내

git branch -m <new_name> //currenct branch switch name 
git branch -m <select_branch_name> <new_branch_name>
3
0

git 로컬에서 브랜치 이름 바꾸기

1. 'Start by switching to the local branch which you want to rename:'
git checkout <old_name>

2. 'Rename the local branch by typing:'
git branch -m <new_name>

비슷한 페이지

예제가있는 유사한 페이지

다른 언어로

이 페이지는 다른 언어로되어 있습니다

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