TA: Fork repo
Table: git clone fork
git config --global user.name git config --gloabl user.email
- Each person at table takes one file
- Makes a change to that file (e.g. add someone)
- Run git status to see changes (git status)
- Add the file to a commit (git add)
- Commit the file with -m (git commit)
- Check the log (git log)
- Push your change (git push)
- Pull if you can't push! (git pull)
- Checkout a new branch
- Greg Smells.