Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename branch remote

git branch -m new_name
git push <remote> :old_name new_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #rename #branch #remote
ADD COMMENT
Topic
Name
5+3 =