GitPedia

Cheatsheets

Community-sourced cheatsheets

From cheat·Updated June 24, 2026·View on GitHub·

cheatsheets =========== This repository contains community-sourced cheatsheets to be used with [cheat][] and similar applications. The project is written primarily in Shell, first published in 2019. It has gained significant community traction with 2,018 stars and 368 forks on GitHub. Key topics include: cheat, cheatsheets, reference.

cheatsheets

This repository contains community-sourced cheatsheets to be used with
cheat and similar applications.

Format

Cheatsheets are plain-text files that begin with an optional "front matter"
header in YAML format. The header may be used to assign "tags" to a sheet, and
to specify the sheet's syntax (bash, python, go, etc).

When possible, cheatsheets should conform to this format:

sh
--- syntax: bash tags: [ vcs, development ] --- # To stage all changes in the current directory: git add --all # To commit staged changes: git commit -m <message>

As a guideline, it is preferred to use docopt syntax when specifying
parameter placeholders. In edge-cases where that syntax may cause confusion, it
is permissible to use placeholder values (foo.txt, example.com, etc.) as
necessary.

License

Cheatsheets are licensed under Creative Commons CC0 1.0. See
LICENSE.txt for the full license text.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from cheat/cheatsheets via the GitHub API.Last fetched: 6/24/2026