Expand description
Push the user’s commits to a remote.
Modules§
- github
- GitHub backend for submitting patch stacks.
- phabricator
- Phabricator backend for submitting patch stacks.
Structs§
- Commit
Status - Information about each commit.
- Create
Status - The result of creating a commit.
- STYLE_
PUSHED - The style for branches which were successfully submitted.
- STYLE_
SKIPPED - The style for branches which were not submitted.
- Submit
Options - Options for submitting commits to the forge.
Enums§
- Submit
Status - The status of a commit, indicating whether it needs to be updated remotely.
Traits§
- Forge
- “Forge” refers to a Git hosting provider, such as GitHub, GitLab, etc. Commits can be pushed for review to a forge.
Functions§
- command_
main submit
command.