https://itinerant.tistory.com/101 [Git] 브랜치(branch)삭제하기 [Git] 브랜치(branch)삭제하기 로컬 브랜치 삭제 $ git branch -D 브랜치명 원격 브랜치 삭제 $ git push origin :브랜치명 itinerant.tistory.com git push의 경우 vscode에서 ctrl + shift + p 누르고 git push 쓰든지, 터미널에 git push 쓰든지, commit 관리하는 부분에서 push 클릭하든지, 하단의 push & pull 클릭하든지.