rt git
rt › git
Git operations (rebase, reset, branch, commit, backup)
Usage
rt git
Subcommands
| Command | Description |
|---|---|
rebase | Smart rebase onto origin/master with auto-resolve |
reset | Safe reset with divergence detection |
branch | Branch management (switch, create, rename, clean) |
commit | Interactive staged/unstaged commit picker with live diff preview |
backup | Back up the current branch |
restore | Restore from a backup branch |
pull | Pull from origin (mirror of GitHub Desktop's Pull button) |
push | Push current branch to origin/<branch>, fixing wrong upstream |
upstream | Fix branch upstream to track origin/<branch> |