- Notifications
You must be signed in to change notification settings - Fork363
cheat/cheatsheets
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains community-sourced cheatsheets to be used withcheat and similar applications.
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, andto specify the sheet's syntax (bash,python,go, etc).
When possible, cheatsheets should conform to this format:
---syntax: bashtags: [ 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 usedocopt syntax when specifyingparameter placeholders. In edge-cases where that syntax may cause confusion, itis permissible to use placeholder values (foo.txt,example.com, etc.) asnecessary.
Cheatsheets are licensed underCreative Commons CC0 1.0. SeeLICENSE.txt for the full license text.
About
Community-sourced cheatsheets
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.