[Git] local/Remote에서 Remote 브랜치 삭제하는 방법

Yuri Lee·2021년 7월 7일
0

Local 에서 Remote 브랜치 제대로 삭제하기

git branch -d <branch_name>

Remote Branch 삭제

git push origin --delete <branch_name>

Tip

git에서는 명령문 뒤에 --dry-run을 붙이면 실제 실행은 되지 않고 결과만 볼 수 있도록 한다.


출처: https://remagine.tistory.com/17 [remagine]

profile
Step by step goes a long way ✨

0개의 댓글