본문 바로가기
카테고리 없음

[GIT] Remote rename

by sosob 2024. 8. 20.
728x90
$git checkout <변경할 branch name> 

$git branch -m <새로운 branch name> 

$git push origin -u <새로운 branch name>  

$git push origin --delete <이전 branch name>

 

728x90