Branch View
The Branch View displays all local branches in your repository. Open it by pressing b from the File View.
Current Branch
Section titled “Current Branch”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.
Switching Branches
Section titled “Switching Branches”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.
Creating a Branch
Section titled “Creating a Branch”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.
Deleting a Branch
Section titled “Deleting a Branch”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.
Related Operations
Section titled “Related Operations”For merging branches, see Merge. For rebasing, see Rebase. Both are accessible through Advanced Mode.
Controls
Section titled “Controls”| Key | Action |
|---|---|
Up / Down | Navigate branches |
Enter | Switch to the selected branch |
n | Create a new branch |
d | Delete the selected branch |
Esc | Return to the File View |
q | Quit |