mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 02:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,16 +14,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Remove all staged files matching a specified pattern:
|
||||
|
||||
`hg remove --include {{pattern}}`
|
||||
`hg remove {{[-I|--include]}} {{pattern}}`
|
||||
|
||||
- Remove all staged files, excluding those that match a specified pattern:
|
||||
|
||||
`hg remove --exclude {{pattern}}`
|
||||
`hg remove {{[-X|--exclude]}} {{pattern}}`
|
||||
|
||||
- Recursively remove sub-repositories:
|
||||
|
||||
`hg remove --subrepos`
|
||||
`hg remove {{[-S|--subrepos]}}`
|
||||
|
||||
- Remove files from the repository that have been physically removed:
|
||||
|
||||
`hg remove --after`
|
||||
`hg remove {{[-A|--after]}}`
|
||||
|
||||
Reference in New Issue
Block a user