Skip to main content

rt git

rt › git

Git operations (rebase, reset, branch, commit, backup)

Usage

rt git

Subcommands

CommandDescription
rebaseSmart rebase onto origin/master with auto-resolve
resetSafe reset with divergence detection
branchBranch management (switch, create, rename, clean)
commitInteractive staged/unstaged commit picker with live diff preview
backupBack up the current branch
restoreRestore from a backup branch
pullPull from origin (mirror of GitHub Desktop's Pull button)
pushPush current branch to origin/<branch>, fixing wrong upstream
upstreamFix branch upstream to track origin/<branch>