On Fri, Jul 18, 2008 at 06:54:11PM -0700, SJS wrote: > but the normal workflow (update, add, commit, diff, etc.) can work just > the same.
I can vouch for the same thing with git. I was hesitant to switch from svn to git for fear of a large learning curve. Actually the learning curve turned out to be nonexistent so I switched everything over. Here's how I got rid of the learning curve.... * I observed that you can use a DVCS just like a centralized VCS at first. * I observed that 99% of what you do in any SCM is just submitting and grabbing code.... Hence, just memorize those 2 idioms (pushing and pulling) first and jump in. After that just pick up the rest of the commands one by one as you need them. (With this recipe I'm not afraid to learn any number of new SCM's anymore.) cs -- KPLUG-List@kernel-panic.org http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list