Answers for "git rename branch from local"

3

git rename branch from local

1. 'Start by switching to the local branch which you want to rename:'
git checkout <old_name>

2. 'Rename the local branch by typing:'
git branch -m <new_name>
Posted by: Guest on October-01-2020

Code answers related to "git rename branch from local"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language