Hi Randal, > I've had the slides reviewed by Smarter People Than Me on #git already, so > hopefully most of it is accurate. :) They're temporarily at > > http://www.stonehenge.com/pic/Git-2.0.3-to-be.pdf I believe I have found one mistake in your slides. Slide 18 reads: "git-commit -a" is like "git-add .; git-commit" But it is incorrect, because "git-commit -a" does not add new files, so it works like "git-add -u .; git-commit". Dmitry - 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