[GitHub] remote branch 삭제 - Seonmi-Hwang/study GitHub Wiki

내가 만든적도 없는 branch가 remote에 있음

branch

삭제 방법

git push origin --delete (branch_name)
git branch -d (branch_name)
git push origin (branch_name)

결과

branchDeleteSolve

REF

https://www.lesstif.com/gitbook/git-20776547.html