Developer Blog
Category – git
1 post tagged with "git" (See all categories)

GGit rename local and remote branch

2018-12-071 Min Read — In git

1- rename local branch if you are on the branch 2- if you are on the different branch 3- to delete old branch name and replace it with new name to origin 4- step 3 will do the trick however, if you want to reset your upstream branch for new…