Git 브랜치 제거
브랜치명: ThunderVolt
로컬 저장소 제거
git branch -d ThunderVolt
원격 저장소 제거
git push origin --delete ThunderVolt
더 좋은 방법이 있다면 댓글에 알려주세요!
제발
'Git' 카테고리의 다른 글
gitk 한글 깨짐 (0) | 2018.11.13 |
---|---|
Git 지저분한 commit 메시지를 정리하자! (0) | 2018.09.13 |
Git의 작업내역을 취소하는 명령어 (0) | 2018.07.19 |
Git을 이용한 줄바꿈(line ending) 통일 (0) | 2018.07.17 |
.gitignore 설정 바로 적용 시키기 (0) | 2018.07.11 |
댓글