Skip to content

Froggit Reference

This page provides a clear overview of the commands, keyboard shortcuts, and interface elements in Froggit.

  • Stage / Unstage files: Select files and press [space] to stage or unstage them.
  • Commit: Press c to open the commit message view.
  • Push: Press p to push commits to the remote.
  • Switch branch: Press b to select and switch branches.
  • Fetch: Press f to fetch changes from remote.
  • Pull: Press l to pull changes from remote.
  • Refresh: Press r to refresh repository status.
  • Quit: Press q to exit Froggit.
KeyAction
↑ / ↓Navigate through lists
[space]Stage or unstage selected file
aStage all modified files
cCommit changes
bSwitch branches
mManage remotes
pPush commits
fFetch from remote
lPull from remote
rRefresh status
qQuit the application
EscCancel / Go back
EnterConfirm selection or action
  • File View: Shows modified files, allows staging/unstaging.
  • Commit View: Write and confirm commit messages.
  • Branch View: Select branches to switch to.
  • Remote View: View and manage remote repositories.
  • Add Remote View: Add new remote repositories.