Module git

Source
Expand description

The git library task.

Modules§

branch
Git branch shortcuts.
checkout
Checkout a git branch or ref.
cherry
git cherry command equivalent, finds equivalent commits.
errors
Git errors.
fetch
Fetch updates to a branch.
merge
Merge updates into a branch.
prune
Prune unneeded local branches (merged PR branches deleted upstream).
status
Show repo status.
update
Update a git repo.

Structs§

GitConfig
up git configuration options.
GitRemote
Represents a git remote.

Enums§

GitTaskError
Errors thrown by this file.

Constants§

DEFAULT_REMOTE_NAME
Default git remote name.