Git 명령에서 분기를 제거하는 방법

코드 예제

108
0

git 에서 분기 삭제

// delete branch locally
git branch -d localBranchName

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

지점 로컬 자식 제거

$ git push -d <remote_name> <branch_name>
$ git branch -d <branch_name>

다른 언어로

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

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