Existing Directory

Start Repository from existing directory then push to GitHub

git init
git add .
git commit -m 'message'
git remote add origin <url.git>
git push -u origin master