git push

Use this command to push your commits to a remote git repo. By default, pushes your current branch to the default remote (usually a remote called “origin”). You can specify a remote in the first argument like:

git push my-remote