mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 00:58:48 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Check the values of all attributes on a file:
|
||||
|
||||
`git check-attr --all {{path/to/file}}`
|
||||
`git check-attr {{[-a|--all]}} {{path/to/file}}`
|
||||
|
||||
- Check the value of a specific attribute on a file:
|
||||
|
||||
@@ -18,7 +18,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Check the values of all attributes on specific files:
|
||||
|
||||
`git check-attr --all {{path/to/file1 path/to/file2 ...}}`
|
||||
`git check-attr {{[-a|--all]}} {{path/to/file1 path/to/file2 ...}}`
|
||||
|
||||
- Check the value of a specific attribute on one or more files:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user