삭제하려면 지점 github 의 명령 라인

코드 예제

55
0

N

// 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

N

// delete branch locally
git branch -D localBranchName

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

N

$ git branch -d branch_name
$ git branch -D branch_name
-1
0

N

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
..................................................................................................................