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
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.
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.