Skip to content

File View

The File View lets you see all modified files in your working directory.

Each file is shown with:

  • Its modification status (e.g., modified, new, deleted).
  • A checkbox indicating whether it’s staged () or not.
  • ↑/↓: Move the cursor.
  • space: Stage or unstage a file.
  • a: Stage all modified files.
  • c: Move to the Commit view.
  • b: Switch to Branch view.
  • m: Open the Remote view.
  • p: Push changes.
  • f: Fetch from remote.
  • l: Pull from remote.