mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 03:48:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,16 +18,16 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Commit with a specific message:
|
||||
|
||||
`hg commit --message {{message}}`
|
||||
`hg commit {{[-m|--message]}} {{message}}`
|
||||
|
||||
- Commit all files matching a specified pattern:
|
||||
|
||||
`hg commit --include {{pattern}}`
|
||||
`hg commit {{[-I|--include]}} {{pattern}}`
|
||||
|
||||
- Commit all files, excluding those that match a specified pattern:
|
||||
|
||||
`hg commit --exclude {{pattern}}`
|
||||
`hg commit {{[-X|--exclude]}} {{pattern}}`
|
||||
|
||||
- Commit using the interactive mode:
|
||||
|
||||
`hg commit --interactive`
|
||||
`hg commit {{[-i|--interactive]}}`
|
||||
|
||||
Reference in New Issue
Block a user