I am working on a side-by-side comparison screencast using SourceTree, SmartGit and Gitbox. This has an unhappy knack of showing up missing functionality. In this case, I got stuck showing how you would rename a git branch from inside SourceTree. It's a right click on the branch name in SmartGit, for example.
So, my question is, is there a straightforward way to rename a branch from the SourceTree GUI? This would be equivalent to "git branch -m".
I know this is an old question, but just for the record, it's now a SourceTree feature (in OSX at least):
Also you will need to delete the remote branch and push the newly renamed local branch to remote
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Right now you have to delete & re-create the branch - in-place renaming is on the list: https://jira.atlassian.com/browse/SRCTREE-713
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.