Git push -u

-u

--set-upstream

For every branch that is up to date or successfully pushed, add upstream (tracking) reference, used by argument-less git-pull and other commands. For more information, see branch.<name>.merge in git-config.

git push -u origin <branch>
or
git push --set-upstream origin <branch>