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
In case someone is still running into this issue, this command solved it for me
git push --set-upstream origin master