본문 바로가기

COMPUTER SCIENCE

[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/

반응형