Answers for "github change branch name online"

3

change branch name

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

change name of branch github

git push origin :old-name-of-branch-on-github
git branch -m old-name-of-branch-on-github new-name-for-branch-you-want
git push origin new-name-for-branch-you-want
Posted by: Guest on January-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language