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
Related skills
More from brave/brave-core
clean-branches
Delete local branches whose PRs have been merged upstream. Checks GitHub PR
2pr
Create a pull request for the current branch using `gh`.
1review
Review code for quality, root cause analysis, and fix confidence. Supports PR
1prs-reviewed
Get PRs a user reviewed on brave/brave-core. Shows PR number, title, author,
1fix-bp-docs
Audit and fix best practices docs for stale references, duplicates, obsolete
1preflight
Run all preflight checks (format, gn_check, presubmit, build, tests) to make
1