git remote set-url origin git@github.com:user/repo.git git add . git commit -a -m "message" git push origin master
first commit