Git Workshop
Git Resources
- http://www.gitready.com
- http://gitcasts.com
- git stash: http://ariejan.net/2008/04/23/git-using-the-stash/
- http://www.sourcemage.org/GitGuide#Iwantto_discardmyuncommittedchanges
- http://www.kernel.org/pub//software/scm/git-core/docs/gittutorial.html
- http://progit.org/book/
- http://linux.yyz.us/git-howto.html#undo_commits
- a cheat sheet: http://cheat.errtheblog.com/s/git
- git reflog: http://www.gitready.com/intermediate/2009/02/09/reflog-your-safety-net.html
- git community book http://book.git-scm.com/
- git revert explanation http://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt
- http://www-cs-students.stanford.edu/~blynn/gitmagic/