If you wish to set tracking information for this branch you can do so with:
git branch --set-upstream master origin/<branch>
Where
An example would be:
git branch --set-upstream master origin/master
With this, you can just do a git pull and git push without having the branch specified.