Open Source 101: Get Involved with GitHub Keith Dahlby @dahlbyk http://keith.lostechies.com/ http://www.jpcycles.com/ Keith is in ur code camp, Dahlbykating ur brain. Git 101 Download git: git-scm.com git clone <url> ... make changes ... git add -A git commit -m "My new commit" git push