Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.28 KB

git.rst

File metadata and controls

57 lines (30 loc) · 1.28 KB

General comments

Git is very complicated. You will feel lost at first. Don't stress out. Git is also awesome, which is why we use it.

Learning Steps

  • Read the first bit of Pro Git
  • Go through the GitHub Boot Camp
  • Go through the Git Immersion tutorial
    • There's some stuff about Ruby you don't need to worry about
    • You will not need to set up a git server since we use GitHub
    • http://gitimmersion.com/
  • Follow along with this screencast
  • Post a little repo on GitHub and send me the URL
  • Read this discussion about good development practices
  • For extra credit:
    • Read the rest of Pro Git (complicated but interesting)
    • Suggest improvements to this curriculum for the next developer
  • For a cookbook-style approach: