Blazing fast terminal git cheatsheet. Keyboard-driven vim like controls. Easy peak of git commands with full description and examples.
Binaries
Download the latest standalone executable for Linux or macOS from the Releases page.
Cargo
If you have Rust installed:
cargo install git-cheatsheet| Key | Action |
|---|---|
j / Down |
Move down |
k / Up |
Move up |
l / Right |
Next category |
h / Left |
Previous category |
g |
First item |
G |
Last item |
Tab |
Toggle focus |
/ |
Search |
Esc |
Exit search |
y / Enter |
Copy command |
? |
Help |
q / Ctrl-C |
Quit |
Auto-detects backend: xclip → xsel → wl-copy → pbcopy
If y yank doesn't work on Linux, install one of them using your package manager.
Want to add commands or build from source? Read CONTRIBUTING.md.
MIT License — see LICENSE for details.