Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename a branch alredy pushed

#checkout to the branch
git checkout old_branch_name

#in the same branch run the command
git branch -m new_branch_name
 
PREVIOUS NEXT
Tagged: #rename #branch #alredy #pushed
ADD COMMENT
Topic
Name
2+9 =