1

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.

wsha
  • 874
  • 2
  • 9
  • 25
Mina
  • 23
  • 1
  • 5

1 Answers1

0

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)

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250