Answers for "how to rename local branch name"

3

change branch name

$ git branch -m <new_name>
Posted by: Guest on January-17-2021
0

git rename a local branch

git branch -m <new-branch-name>
Posted by: Guest on April-24-2021

Code answers related to "how to rename local branch name"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language