ls
cd (directory name)
mkdir (directory name)
git status
git config --global user.email "caputom@optonline.net"
git config --global user.name "gothambeat"
git add (filename)
git commit -m "whatever message you want goes here"
git push --set-upstream origin master
git log (hit enter to scroll down "q" to quit
git clone "url from github clone button"