Shortcut Keys
Main Interface
- ctrl-r – Rescan/refresh repository status
- ctrl-s – Stage/unstage selection
- alt-a – Stage all modified files
- alt-u – Stage all untracked files
- ctrl-e – Launch Editor
- shift-ctrl-e – Edit recently modified files
- ctrl-d – View Diff (git difftool <path>)
- ctrl-b – Create branch
- alt-b – Checkout branch
- alt-d – Diffstat the most recent commit
- alt-e – Export patches
- ctrl-p – Cherry-pick
- shift-alt-s – Stash dialog
Diff Viewer
- h – Stage/unstage section under text cursor
- s – Stage/unstage selection
Cola Classic
- h – Move to parent/collapse
- j – Move down
- k – Move up
- l – Expand directory
- ctrl-e – Launch Editor
- ctrl-s – Stage Selected
- ctrl-u – Unstage Selected
- shift-ctrl-h – View History
- ctrl-d – View Diff (git difftool <path>)
- shift-ctrl-d – Diff Against Predecessor
- ctrl-z – Revert uncommitted changes (git checkout HEAD <path>...)