lists <at> mgreg.com <lists <at> mgreg.com> writes: > a single command to intuitively handle it. I've been doing a great > deal of incremental development lately and it becomes rather tedious > to have to checkout master, merge dev, re-checkout dev and proceed. > I'm not sure why this isn't currently possible with a single command. > I suppose I could write a shell script to do so, but that's a little > less "native" than I'd like. Hi Michael, I had a similar problem (we are doing rebases instead of merges) and found a way to rebase and push my changes onto the master without the need of a "checkout master". You can find my question and the approved (green) answer that works for me on stackoverflow.com: http://stackoverflow.com/questions/945372/how-to-efficiently-rebase-and-push-a-local-git-branch Maybe this works for you, too. Ciao, Steffen -- 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