Jonathon Mah wrote: > Personally, I understand “git-rebase --onto new-base old-base” as > meaning “rebase from old-base to new-base”. Some prepositions that > might make this clearer: > > $ git rebase --from old-base new-base # “Rebase HEAD onto new-base, from old-base" Would having an option name for the old-base argument help? For example: git rebase --old-base=<old-base> --onto=<new-base> <branch> ? Thanks, Jonathan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html