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