On the first time or anytime you push to your repo do this:

git push -u origin master

From now on all your have to do is:

git push