## this will effect all folders in you machine
git config --global user.email <github email>`
git config --global user.name <github username>
git config --local user.email <github email>
git config --local user.name <github username>
git status
git add .
git commit
#### use VIM, otherwise it's war
git push <remote> <branch>
git remote add <remote_name> <remote_url>
git fetch <remote_name>