GeekdomSA / bookclub

The geekdom book club
10 stars 4 forks source link

Know any good papers/articles/videos on source/revision control? #13

Open gmcerveny opened 11 years ago

gmcerveny commented 11 years ago

I would love to have a deeper understanding of git

warmwaffles commented 11 years ago

other than the man pages and http://git-scm.com/ I really don't know any other good sources.

I am looking at squashing commits and rebasing some stuff. It helps get rid of those nasty WIP commits etc...

wwkeyboard commented 11 years ago

Github has some good material. https://help.github.com/categories/54/articles

gmcerveny commented 11 years ago

Matt says gource

warmwaffles commented 11 years ago

http://code.google.com/p/gource/

warmwaffles commented 11 years ago

I think we could dedicate a section of our meeting to watching a peepcode video over git and talk about best practices.