로컬 분기 git 을 삭제하는 방법

코드 예제

55
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
48
0

로컬 브랜치 git 삭제

git branch -d <branch_name>
15
0

원격 자식 분기 삭제

git push --delete remoteName branchName
4
0

분기 git 을 삭제하는 방법

// delete branch locally
git branch -d localBranchName

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

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

$ git branch -d <local-branch>
0
0

로컬 분기 git 을 삭제하는 방법

delete local git branch

다른 언어로

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

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