Froggit Reference
Reference
Section titled “Reference”This page provides a clear overview of the commands, keyboard shortcuts, and interface elements in Froggit.
Commands
Section titled “Commands”- Stage / Unstage files: Select files and press
[space]to stage or unstage them. - Commit: Press
cto open the commit message view. - Push: Press
pto push commits to the remote. - Switch branch: Press
bto select and switch branches. - Fetch: Press
fto fetch changes from remote. - Pull: Press
lto pull changes from remote. - Refresh: Press
rto refresh repository status. - Quit: Press
qto exit Froggit.
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”| Key | Action |
|---|---|
| ↑ / ↓ | Navigate through lists |
| [space] | Stage or unstage selected file |
| a | Stage all modified files |
| c | Commit changes |
| b | Switch branches |
| m | Manage remotes |
| p | Push commits |
| f | Fetch from remote |
| l | Pull from remote |
| r | Refresh status |
| q | Quit the application |
| Esc | Cancel / Go back |
| Enter | Confirm 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.