git rename branch from local code example
Example: git rename branch from local
1. 'Start by switching to the local branch which you want to rename:'
git checkout
2. 'Rename the local branch by typing:'
git branch -m
1. 'Start by switching to the local branch which you want to rename:'
git checkout
2. 'Rename the local branch by typing:'
git branch -m