Answers for "find the command which is used to rename a branch"

0

Rename git branch while working in the branch

git branch -m <new name>
Posted by: Guest on July-09-2021
0

git rename a local branch

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

Code answers related to "find the command which is used to rename a branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language