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§
Enums§
- GitTask
Error - Errors thrown by this file.
Constants§
- DEFAULT_
REMOTE_ NAME - Default git remote name.