git push
1. git init
2. git add .
3. git status
4. git commit -m 'your message'
5. git remote add origin 'url_of_your_directory.git'
6. git push -u origin master //then login to github
Isaac