Merge To Main banner
alexanderop alexanderop

Merge To Main

Git community

Description

--- description: Merge current branch to main via GitHub PR allowed-tools: Bash(git status), Bash(git branch), Bash(git log), Bash(git push), Bash(gh pr create), Bash(gh pr merge), Bash(gh pr list), Bash(gh pr view), Bash(git checkout), Bash(git pull) model: haiku --- # Merge to Main I have gathered information about your branch. Here are the results: <current_branch> !`git branch --show-current` </current_branch> <branch_status> !`git status --short` </branch_status> <commits_ahead> !`git

Installation

Installs to ~/.claude/commands/alexanderop-markvim-merge-to-main.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/alexanderop/MarkVim/HEAD/.claude/commands/merge-to-main.md -o ~/.claude/commands/alexanderop-markvim-merge-to-main.md

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

Full documentation available on GitHub

View Source Repository