Skip to content

Branch View

The Branch View displays all local branches in your repository. Open it by pressing b from the File View.

The current branch is shown at the top of the Froggit interface at all times. Inside the Branch View, the active branch is marked with a bullet symbol.

Navigate the branch list with the arrow keys and press Enter to switch to the selected branch. Froggit updates the file status and branch display after the switch.

Press n to open the New Branch input. Type the name for your new branch and press Enter to create it. Press Esc to cancel.

Press d on the selected branch to delete it. A confirmation dialog appears asking you to confirm. Press y to proceed or n to cancel. You cannot delete the branch you are currently on.

For merging branches, see Merge. For rebasing, see Rebase. Both are accessible through Advanced Mode.

KeyAction
Up / DownNavigate branches
EnterSwitch to the selected branch
nCreate a new branch
dDelete the selected branch
EscReturn to the File View
qQuit