본문 바로가기
DevOps/Git

[Git] branch 삭제하기

by pcm9881 2022. 7. 20.

Branch 목록보기

git branch -a
  • 나가기 q

Branch 삭제 로컬 저장소 (Local Repository) 

git branch -d [브랜치 이름]

Branch 삭제 원격 저장소 (Remote Repository)

git push origin --delete [브랜치 이름]
728x90

댓글