Push Dev banner
maslennikov-ig maslennikov-ig

Push Dev

Git community

Description

--- description: Promote current branch into develop and push develop argument-hint: [--yes|-y] --- Promote the current working branch into `develop` and push `develop` to Dev. This is **not** the release/version command. - For **Dev delivery**: use this command - For **Staging deploy**: use `/deploy` - For **Release** (version bump + changelog): use `/push` After a successful delivery the source branch is **deleted**, locally and on `origin`, and you are left on `develop`. Its commits are in

Installation

Installs to ~/.claude/commands/maslennikov-ig-mc-2-push-dev.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/maslennikov-ig/MC-2/HEAD/.claude/commands/push-dev.md -o ~/.claude/commands/maslennikov-ig-mc-2-push-dev.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository