Wednesday, November 02, 2011

Link for learn GIT




You can read/view the following learning materials (from basic to advance): -

  1. http://gitref.org/ Good and short intro got GIT.
  2. http://hoth.entp.com/output/git_for_designers.html Alternate intro if you find 1. above too not clear enough.
  3. http://eagain.net/articles/git-for-computer-scientists/ More advanced intro.
  4. http://progit.org/book/ch1-3.html GIT Basics
  5. http://blip.tv/scott-chacon/c1-init-4113470. You can follow this video to create a GIT repository locally as a sandbox to learning GIT in a safe environment.
  6. http://blip.tv/scott-chacon/c2-normal-workflow-4113486
  7. http://blip.tv/scott-chacon/c3-add-interactive-4113507
  8. http://blip.tv/scott-chacon/c4-git-log-4113548
  9. http://blip.tv/scott-chacon/c5-git-browsing-4113562
  10. http://blip.tv/scott-chacon/c6-branch-merge-4113582
  11. http://blip.tv/scott-chacon/c7-rebase-4113602
  12. http://blip.tv/scott-chacon/c8-dist-workflow-4113615