Git 로컬에서 분기를 삭제하는 방법

코드 예제

101
0

로컬 브랜치 삭제

// delete branch locally
git branch -d localBranchName

//delete local branch that is unmerged
git branch -D localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
14
0

로컬 및 원격에서 Git 분기 삭제

git push <remote_name> --delete <branch_name>
8
0

git 로컬 브랜치 삭제

git branch -d test
6
0

힘내 분기 로컬 및 원격 삭제

// delete branch locally
git branch -d localBranchName

// delete branch remotely
git push origin --delete remoteBranchName
2
0

git origin 삭제

git remote rm destination
-1
0

로컬 및 원격 분기 github 삭제

git branch -d branch_namegit branch -D branch_name

다른 언어로

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

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