On 2007-09-25 20:47:34 -0400, Jeff King wrote: > Personally, I think it pays to learn a little about what's going on > under the hood, and then all of the commands Just Make Sense. > > There are several explanations floating around; this is a pretty > concise one: > > http://eagain.net/articles/git-for-computer-scientists/ I agree. Once you understand that history in git is just a DAG of commits, and that "branches" are just named pointers into this DAG to help the user remember where to attach new commits, everything starts to Just Make Sense. (And FWIW, that article was quite good as I recall.) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - 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