Can someone tell me how to solve this: When I execute git init
I only see (master) not (master->origin) and, when I do git branch, it returns nothing and when I try to push I get this error:
git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to 'github.com:BghAek/something.git'