how do a Git Rebase in Sourcetree? -
i want local master branch include commit 'fixed js errors' , rebased origin/master.
i started process this:
which leads me this:
but can see, i'm asked pull before push. , every time pull end situation depicted in first image. doing wrong?! thanks,
your original structure not support rebasing. let's had commit local master
, else had committed (and pushed) change origin/master
. in scenario, rebase commit on top of other commits.
your scenario has commit different branch. either need merge other branch master
, or cherry pick 1 commit , apply master
branch.
Comments
Post a Comment