how do a Git Rebase in Sourcetree? -


i want local master branch include commit 'fixed js errors' , rebased origin/master.
enter image description here

i started process this: enter image description here

which leads me this: my sourcetree

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

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -