Renaming Branches
Learn how to rename a branch in this lesson.
We'll cover the following...
You might find yourself in a situation where you have to rename the new branch you’ve created. Git provides a very convenient way to do so.
We will, once again, rely on the git branch
command to rename an existing branch.
Let’s say you have been working on a significant feature. You want to add authentication to your application. The branch that you are making all the relevant changes to is called ...