Push commits to a remote repository.
git push {{remote_name}} {{local_branch}}
git push {{remote_name}} {{local_branch}}:{{remote_branch}}
git push {{remote_name}} :{{remote_branch}}
git push --prune {{remote_name}}
git push --tags