cd /news/developer-tools/supercharge-git-flow-zsh-shortcuts-a… · home topics developer-tools article
[ARTICLE · art-116054] src=dev.to ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Supercharge Git Flow: Zsh Shortcuts, Automated SemVer & Claude Code Integration

Developer Cleverson Trujilu has released git-flow-shortcuts, a Zsh plugin that automates Git Flow workflows with shortcuts for syncing branches, calculating Semantic Version numbers, and drafting release notes. The plugin integrates with Claude Code, enabling an AI CLI agent to analyze diffs and execute the commands.

read1 min views1 publishedAug 30, 2026

While Git Flow (specifically the AVH edition) remains a solid branching model for managing releases and hotfixes in structured production environments, running its full suite of CLI commands daily can feel tedious and error-prone.

Switching branches, stashing uncommitted work, synchronizing develop

and main

/master

, calculating the next Semantic Version (SemVer), drafting tag release notes, and pushing tags across multiple remotes introduce friction that slows down engineering velocity.

To solve this, I built ** git-flow-shortcuts**: a lightweight Zsh plugin that streamlines the entire Git Flow lifecycle with

gup

):develop

and main

/master

via --ff-only

, while safely stashing and restoring your working directory.1.4.2

$\rightarrow$ 1.5.0

for releases or 1.5.0

$\rightarrow$ 1.5.1

for hotfixes).gcMsg

):feat(scope): message

) with built-in pull/push sync and breaking change flags (--breaking

).bonus/skill-claude-code/

so an AI CLI agent can analyze your diffs and orchestrate these commands directly.You can install it using your preferred Zsh plugin manager or standard shell configuration:

sh
git clone https://github.com/cleversontrujilu/zsh-git-flow-shortcuts \
  "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/git-flow-shortcuts"
── more in #developer-tools 4 stories · sorted by recency
── more on @cleverson trujilu 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/supercharge-git-flow…] indexed:0 read:1min 2026-08-30 ·