mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 19:56:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -10,16 +10,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show deleted files:
|
||||
|
||||
`git ls-files --deleted`
|
||||
`git ls-files {{[-d|--deleted]}}`
|
||||
|
||||
- Show modified and deleted files:
|
||||
|
||||
`git ls-files --modified`
|
||||
`git ls-files {{[-m|--modified]}}`
|
||||
|
||||
- Show ignored and untracked files:
|
||||
|
||||
`git ls-files --others`
|
||||
`git ls-files {{[-o|--others]}}`
|
||||
|
||||
- Show untracked files, not ignored:
|
||||
|
||||
`git ls-files --others --exclude-standard`
|
||||
`git ls-files {{[-o|--others]}} --exclude-standard`
|
||||
|
||||
Reference in New Issue
Block a user