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
You need to configure the remote first, then push.
git remote add origin url-to-your-repo
instructions