Skip to content

Rebase

The Rebase view lets you rebase the current branch onto another branch, with automatic conflict detection and controls to proceed or abort.

Enter Advanced Mode by pressing A from the File View, then press R to open the Rebase view.

Navigate the branch list with the arrow keys and press Enter to select the branch you want to rebase onto. A checkmark marks your selection. Press R to confirm and start the rebase.

If conflicts arise during the rebase, Froggit displays the list of conflicted files and presents two options:

KeyAction
PProceed after resolving conflicts externally (git rebase --continue)
XAbort the rebase and return to the original state (git rebase --abort)

Resolve the conflicts in your editor, then press P in Froggit to continue.

When the rebase completes cleanly, Froggit displays a success message and returns to the File View with the updated state.

KeyAction
Up / DownNavigate branches
EnterSelect a branch
RConfirm the rebase
PProceed after conflict resolution
XAbort the rebase
EscCancel and return to File View