Hi, On Sun, 13 Aug 2006, Daniel Barkalow wrote: > Like how "pull" is "fetch" + "merge", I think it would be useful to have > a "commit" + "push". I found myself the other day, looking for files I committed on a box which was 280 kilometer away, where I forgot to push. So I understand your feeling. However, adding to Junio's arguments, I find it saner to keep them separated: you should commit _often_. Way more often than you would need to push. There are many reasons, why small patches are more beautiful than big ones, and git actually encourages you to make small patches. I'd rather have a command which tells me if I have commits after the last time I pushed. Ciao, Dscho - 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