Skip to content

Branch View

This view displays all local branches in the current Git repository.

  • The current branch is indicated with a symbol.
  • You can navigate, switch, create, and delete branches from here.

The current branch is shown at the top, for example:

current branch: master

Shows all local branches, with the current branch marked:

● master
  • ↑ / ↓ — Navigate through the branch list.
  • Enter — Switch to the selected branch.
  • n — Create a new branch.
  • d — Delete the selected branch (cannot delete the current branch).
  • Esc — Return to the File View.

This view allows for efficient branch management within the TUI.