mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-14 19:48:44 +00:00
Update cheatsheets
This commit is contained in:
@@ -12,11 +12,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git notes list`
|
||||
|
||||
- List all notes attached to a given object (defaults to HEAD):
|
||||
- List all notes attached to a given object (defaults to `HEAD`):
|
||||
|
||||
`git notes list [{{object}}]`
|
||||
|
||||
- Show the notes attached to a given object (defaults to HEAD):
|
||||
- Show the notes attached to a given object (defaults to `HEAD`):
|
||||
|
||||
`git notes show [{{object}}]`
|
||||
|
||||
@@ -28,7 +28,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git notes append --message="{{message_text}}"`
|
||||
|
||||
- Edit an existing note (defaults to HEAD):
|
||||
- Edit an existing note (defaults to `HEAD`):
|
||||
|
||||
`git notes edit [{{object}}]`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user