Version Control
git push
Push commits to the remote repository.
Syntax
$git push [OPTIONS] [REMOTE] [BRANCH]
Examples
$git push
$git push origin main
$git push -u origin feature
Typical use cases
?
Standard usage
git push --help
Note
Pushes commits.
Export