On Tue, Mar 20, 2007 at 04:15:32PM CET, Francois Lang wrote: > Hello. We have started using Git and Cogito, and are very happy users so > far. There's one thing that I haven't been able to figure out, however: > > Suppose I've done a bunch of commits in my local repository that I have > not yet pushed to the remote repository. How can I determine what has > been cg-commit-ed but not yet cg-pushe-ed WITHOUT actually doing the > cg-push? > > Many thanks in advance for your help. Assuming that you work on master and push to origin, cg-log -r master..origin or cg-diff -r master..origin respectively. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ Ever try. Ever fail. No matter. // Try again. Fail again. Fail better. -- Samuel Beckett - 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