feat(plugins): add git-commit-prefixer (#123)

David Vigo
2026-07-20 10:34:17 +02:00
committed by GitHub
parent e92a4ed78b
commit 55d0d4f3e5
+8 -4
@@ -92,18 +92,22 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there
user123/repo-9876/fix-bug-in-feature --> 9876/fix...-feature
```
- [Custom Git](https://github.com/davidde/git)
A small, tidy, lightweight notes app that creates a daily text file and timestamps every line of added text
- [git-clean-branches](https://github.com/adelbeke/git-clean-branches)
Interactive git branch deletion tool with a beautiful UI powered by [gum](https://github.com/charmbracelet/gum). Shows branch info with last commit date and message. Automatically protects current branch and main/master branches.
- [git-commit-prefixer](https://github.com/dvigo/git-commit-prefixer)
A Zsh plugin that automatically prefixes your Git commit messages with Jira issue keys, project prefixes, or branch names.
- [git-switch-branch](https://github.com/adelbeke/git-switch-branch)
Interactive git branch switching tool with gum-powered UI. Displays branch info with last commit date and message. Warns about uncommitted changes with optional auto-stash.
- [Custom Git](https://github.com/davidde/git)
A small, tidy, lightweight notes app that creates a daily text file and timestamps every line of added text
- [Mingit](https://github.com/evansendra/mingit/tree/master/mingit-ohmyzsh)
An alternative to the default ohmyzsh git plugin.