add - add file to index git commit - create a commit from the index git pull - get commits from a remote repository git push - send commits to a remote repository git clone - Pull a remote repository into a new repository Friday, March 16, 12
the stash git stash apply - Pop a commit into the working directory git log - see a list of commits git reset --hard head - discard all changes/go back to last commit git merge - combine two branches into one git checkout -b - create a new branch and switch to it Friday, March 16, 12
rit-sse/RapDevXI Clone [your username]/RapDevXI Write on your Game Go to your fork on github Click Pull Request - one of the admin’s will apply it Friday, March 16, 12