I’ve been brushing up in git as of late.
Basic git use: http://progit.org/book/ch2-0.html
git refrence cheetsheet: http://gitref.org/
Server Install/Config: http://progit.org/book/ch4-.html
Branching operations: http://progit.org/book/ch3-0.html
git videos: http://chacon.blip.tv/posts?view=archive&nsfw=dc
Controlling git user access: gitosis (or a branch)
gitosis config: http://progit.org/book/ch4-7.html
gitosis config: http://www.ivankuznetsov.com/2010/05/setting-up-your-own-git-server-on-ubuntu.html
accessing git over ssh with windows and public key auth: http://serverfault.com/questions/194567/how-to-i-tell-git-for-windows-where-to-find-my-private-rsa-key
git web ui’s:
Indefero (looks promising): http://www.indefero.net/open-source/
Viewgit (standard kit)
–> Install Guide (down the page): https://help.ubuntu.com/community/Git
–>Website: viewgit.sourceforge.net/