Crate git_branchless_submit

Source
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§

CommitStatus
Information about each commit.
CreateStatus
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.
SubmitOptions
Options for submitting commits to the forge.

Enums§

SubmitStatus
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.