[ ] understand how to peek into your git project root’s hidden .git directory
[ ] understand the difference between your home directory’s ~/.git/config file and any given git project’s own .git/config
[ ] set your computer’s global git user name and email (and peeking into ~/.git/config) https://help.github.com/articles/setting-your-username-in-git/
[ ] understand what branches are, BEFORE doing anything with different branches on github. the githug game covers branches. switch between different branches. use https://gist.github.com/joseluisq/1e96c54fa4e1e5647940 for keeping track of what branch you’re on.
git remote add origin ___
git remote -v