I’m just wondering that can I rebase remote branch to another remote branch through SourceTree ?
Now I’m using git command line to handle this.
If SourceTree could be possible,it will be great.
I’m just wondering that can I rebase remote branch to another remote branch through SourceTree ?
Now I’m using git command line to handle this.
If SourceTree could be possible,it will be great.
You can rebase at least local branches with SourceTree, as shown here.
Sp make sure your remote branches have a local branch name, do your rebase, and then push back (with a push --force
in SourceTree)