I created a local repo with an existing project, also created a remote repo. But, when I try to push there are no branches in the box:
If I try to push with the terminal I get an error:
git push -u origin master
error: src refspec master does not match any.
How come there is no master?
What am I doing wrong?