From f3809d7020a5c480ca79cbde557fdfba9fd694b4 Mon Sep 17 00:00:00 2001 From: Cleverson Trujilu Geronimo Junior Date: Tue, 1 Sep 2026 04:22:39 -0300 Subject: [PATCH] External-plugins: add git-flow-shortcuts (#130) Co-authored-by: cleversontrujilu Co-authored-by: Claude Sonnet 5 --- External-plugins.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/External-plugins.md b/External-plugins.md index 46689fe..d2b61f6 100644 --- a/External-plugins.md +++ b/External-plugins.md @@ -108,6 +108,10 @@ Unlike [themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes), there A Zsh plugin that automatically prefixes your Git commit messages with Jira issue keys, project prefixes, or branch names. +- [git-flow-shortcuts](https://github.com/cleversontrujilu/zsh-git-flow-shortcuts/) + + Short zsh aliases for the git-flow (AVH) workflow. Each command handles branch sync, auto-stash, origin publishing, and SemVer bumping, following Conventional Commits and SemVer. + - [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.