2009/9/14 Krzysztof KosiĆski <tweenk.pl@...400...>:
Git does not allow you to commit to remote repositories
I'm not sure I understand what you mean by this. Can you elaborate?
Disclaimer: I do not use any DVCS heavily. I used Bazaar for a small two-person project and was satisfied with it. I tried to use Git once but was somewhat intimidated, so other developers which do not use VCS tools heavily might feel the same.
I can understand this intimidation (because I once felt it, too) and I have to admit that it took me quite some time to learn git when I first started using it. But I have the impression that this was mainly due to the fact that there were hardly and well-written tutorials out there at the time. My feeling is that this situation has changed (although admittedly I haven't done any research recently [1]) and I think it would be very easy to compile a short list of commands needed by the average developer. BTW, I think in my case most of the confusion came from the attempt to do understand git via a side-by-side comparison with SVN instead of starting to understand it from scratch.
Max
[1] http://progit.org/book/ looks nice even if somewhat lengthy for people who want a quick-and-dirty introduction