$cd MyAwesomeApp $git init Initialized empty Git repository in /MyAwesomeApp/.git/ $git add . $git status # On branch master # Changes to be committed: # (use "git reset HEAD ..." to unstage) # #! new file: index.html # $touch index.html
RESOURCES John Fink: A Gentle Introduction to Modern Version Control http://acrl.ala.org/techconnect/?p=1191 Flashbake - automated git for writers http:/bitbucketlabs.net/flashbake Download git http://git-scm.com Git Reference http://gitref.org Git and Github Bootcamp http://help.github.com/articles/set-up-git