I know the way to rename branch from command line, but - since I'm using TortoiseGit - I'm curious if there are any options to do such thing.
Thanks for the answers :)
You created a new branch , pushed the changes to the remote repository, and realized that your branch name was incorrect. Luckily, Git allows you to rename the branch very easily using the git branch -m command.
There isn't a way to directly rename a Git branch in a remote repository. You will need to delete the old branch name, then push a branch with the correct name to the remote repository.
Unfortunately, you are not able to rename a branch. However, you can create a new branch from the branch which you want to rename then you can delete that branch.
In a File Manager, Open your Project root directory (where your .git
folder is found).
Right click and go to:
TortoiseGit > Switch/Checkout
Ensure the Switch To
Option to Branch
. Then click the little button to the side of the drop down menu that is denoted by ...
A window will pop up showing the list of branches for you to choose.
Click on the one you want to rename.
Hit F2.
Rename your branch. Hit Enter. Click OK.
Now in the drop down menu, you'll find that the branch-name has been updated.
If you want to rename a branch which is not the current branch, open the Reference Browser using the context menu of a versioned folder (you might need to hold the Shift key when opening it).
select the branch you want to rename and then press F2 (or select rename in the context menu).
See https://tortoisegit.org/docs/tortoisegit/tgit-dug-browse-ref.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With