rt git push force
rt › git › push › force
Push with --force-with-lease (after rebase/amend)
Usage
rt git push force [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--remote | text | Remote to push to | |
--dry-run | boolean | false | Show the git command without running it |
--no-verify | boolean | false | Skip pre-push hooks |
See code: commands/git/push.ts › forcePushCommand