Branch 목록보기
git branch -a
- 나가기 q
Branch 삭제 로컬 저장소 (Local Repository)
git branch -d [브랜치 이름]
Branch 삭제 원격 저장소 (Remote Repository)
git push origin --delete [브랜치 이름]
728x90
'DevOps > Git' 카테고리의 다른 글
[Git] error: insufficient permission for adding an object to repository database .git/objects (0) | 2022.12.29 |
---|
댓글