How to rename a Git branch (locally and remotely)
You want to rename a Git branch because of a typo or for any other reason? What if you already have pushed to the origin?
In this article we check the available Git commands to achieve these tasks.
Read the complete article