프로그래밍/git

git branch 삭제

-샤리- 2019. 11. 13. 14:07

git의 브랜치를 삭제하고 싶을 때, 아래 명령으로 실행할 수 있다.

$ git branch -d {branch_name}