git rebase -i origin/master
git rebase origin/master
Does this work in SourceTree? How?
If not; Is it planned on being added?
It's quite handy not having to change branch to my local master, update that to latest from origin, then switch back to my feature branch and use rebase on my local master. Being able to rebase, both regular rebase as well as interactively, against the origin master branch would be awesome!