A skillshare for learning the essentials of working with git and Github.
Video: https://vimeo.com/113052482
cd path/to/directory git init
git add $file git add . to add all files
git reset $file git checkout $file
git rm $file
git checkout HEAD $file
git branch $branchname
git clone $file
git remote add origin $address
Non-technical Person’s Guide to Becoming an Open Source Software Contributor via Github