I\'m trying to push one of my projects to github, and I keep getting this error:
fatal: The current branch master has no upstream branch.
I\'ve
I had this problem today on my own remote repository, not Github and realized I had not made any commits to my local repository before trying to push to the remote repository.
git add -A git commit git push origin master