Monday, April 9, 2018

rename a branch in the Git Bash command line stuff for Git

git branch -m oldnamehere newnamehere

 
 

Addendum: 4/11/2018: You can leave off the old name altogether if you are on the branch that is getting the renaming.

No comments:

Post a Comment