A talk by Wraithan
git clone https://github.com/zenirc/zenircbot
git pull [--rebase]
git checkout -b my_branch
git add -p
git commit -m "man these changes are awesome"
git push
git config --global section.key value
git config --global user.name "Wraithan (Chris McDonald)" git config --global user.email xwraithanx@gmail.com
git config --global color.ui auto
git config --global push.default current
git config --global merge.defaultToUpstream true
git rebase