force-push-downstream
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Force Push Downstream
Force-push a branch and all its downstream branches to their respective remotes. Skips branches whose local and remote tips already match.
Arguments
starting-branch(optional) — The branch to start from. Defaults to the current branch if not specified.
Examples:
/force-push-downstream— push current branch + all downstream/force-push-downstream candle-service-webui— push from that branch down
Current State
- Branch: !
git branch --show-current - Status: !
git status --short