mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 11:00:40 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Update to the specified revision:
|
||||
|
||||
`hg update --rev {{revision}}`
|
||||
`hg update {{[-r|--rev]}} {{revision}}`
|
||||
|
||||
- Update and discard uncommitted changes:
|
||||
|
||||
`hg update --clean`
|
||||
`hg update {{[-C|--clean]}}`
|
||||
|
||||
- Update to the last commit matching a specified date:
|
||||
|
||||
`hg update --date {{dd-mm-yyyy}}`
|
||||
`hg update {{[-d|--date]}} {{dd-mm-yyyy}}`
|
||||
|
||||
Reference in New Issue
Block a user