how to git push to remote repository code example
Example 1: git remote push
git push <REMOTENAME> <BRANCHNAME>
Example 2: Push your branch up to the remote.
$ git push <remote> <branch>
git push <REMOTENAME> <BRANCHNAME>
$ git push <remote> <branch>