I need help with the syntax of rebase.

I have a branch, "Dish", that was branched off of master. This was about a 
month ago.

Making a new branch off master, and merging Dish into it, worked just fine. No 
problem.

Now, I have "master", and from it, "merged-dish".

Time to update master. All good so far.

What I want is an easy way to update "merged-dish". So I tried to rebase it.

git rebase --onto master Dish

git rebase --onto master merged-dish

Both of these were no-ops.

So what's the best way to keep a local branch up to date as the upstream master 
updates?


---
Entertaining minecraft videos
http://YouTube.com/keybounce

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to