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
The following command worked for me:
git branch --set-upstream-to=origin/master master