How To Rename a Local and Remote Git Branch
You are collaborating on a project with a group of people and you have defined a naming convention for git branches. You created a new branch, pushed the changes to the remote repository and realised that your branch name was incorrect.
|
|
Luckily, Git allows you to rename the branch very easily using the -m option.
This guide will explain how to rename local and remote Git branch.
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.