Answers for "git local rename branch"

1

git rename branch

git push origin :old-name new-name
Posted by: Guest on February-07-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language