Git Branch 삭제하기

snooby·2022년 8월 23일
1

🔫 자잘부리 cs 팁

목록 보기
22/42
post-thumbnail
post-custom-banner

Branch 삭제 ( Local Repository )

git branch -d {브랜치명}

Branch 삭제 ( remote Repository )

git push origin --delete  {브랜치명} 

Branch 목록 확인

git branch -a
profile
DevOps 🐥

0개의 댓글