본문 바로가기
Infra/Git

git branch 지우기

by Pinocchio 2022. 5. 19.
git branch -d <branchname>

ex. git branch -d issue1

Ref. https://backlog.com/git-tutorial/kr/stepup/stepup2_5.html

 

누구나 쉽게 이해할 수 있는 Git 입문~버전 관리를 완벽하게 이용해보자~ | Backlog

누구나 쉽게 알 수 있는 Git에 입문하신 것을 환영합니다. Git을 사용해 버전 관리를 할 수 있도록 함께 공부해봅시다!

backlog.com

 

'Infra > Git' 카테고리의 다른 글

Git pull할 때 conflict 발생할 경우  (0) 2022.06.23
Git remote branch 가져오기  (0) 2022.06.23
삭제한 stash 복구하는 방법  (0) 2022.06.20
Git one-sided merge  (0) 2022.06.07
git 변경 사항 확인하기  (0) 2022.05.20

댓글