Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

rename branch git

git branch -m <new_name> //currenct branch switch name 
git branch -m <select_branch_name> <new_branch_name>
Source by thecodeteacher.com #
 
PREVIOUS NEXT
Tagged: #rename #branch #git
ADD COMMENT
Topic
Name
7+4 =