Git KBean¶
Provides convenient operations for Git.
GitKBean provides command combos such as:
- Displaying a list of commit messages since the last tag.
- Pushing remote tags with guards to ensure the local workspace is clean.
Provides convenient operations for Git.
This KBean exposes the following methods:
| Method | Description |
|---|---|
| lastCommitMessages | Displays all commit messages since last tag. |
| lastTag | Displays last git tag in current branch. |
| moveLatest | Moves the 'latest' tag to the current commit and push it to origin. |
| tagRemote | Performs a dirty check first, put a tag at the HEAD and push it to the remote repo. The user will be prompted to enter the tag name. |