>_ linuxcommand.dev
Startseite git push
Version Control

git push

Push commits to the remote repository.

Ubuntu CentOS Debian SUSE Fedora RHEL Arch Alpine macOS
Last updated: Report error
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