[Github] branch 이름 변경 / remote branch 삭제 # branch명 변경 git branch -m [기존 branch명] [새로운 branch명] # remote branch 제거 git push origin :[기존 branch명] 출처 : https://thdev.tech/git/2016/12/19/Git-Branch-Name-Change/ 이전 1 다음