I do not want to rename a remote branch, I want to rename a local one. What is the simplest way to rename a local branch without worrying about the remote?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
|||||||||||||||||||||
|
The above command will work and immediately it will change your branch name. But you have to very careful using renamed branch name because still it will refer old master(for example) branch only. If you want to push some changes into master after your local branch renamed into working_copy (example name)
For more details you can view this post |
||||
|
|