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
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
|||||||||||||||||||||
|
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 |
||||
|
|