Pushing the First Git Commit to a New GitHub Repository

git remote add origin git@github.com:username/reponame.git

git branch -u origin/master

Leave a Reply