push remote psuh code example
Example 1: git push remote
git push -u origin master // where 'master' is branch name
Example 2: Push your branch up to the remote.
$ git push <remote> <branch>
git push -u origin master // where 'master' is branch name
$ git push <remote> <branch>