Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-26 00:18:47 +00:00
parent 9b06c2023f
commit 47db9e503e
127 changed files with 302 additions and 302 deletions

View File

@@ -18,20 +18,20 @@ source: https://github.com/tldr-pages/tldr.git
- Update the local repository to the head of the remote:
`hg pull --update`
`hg pull {{[-u|--update]}}`
- Pull changes even when the remote repository is unrelated:
`hg pull --force`
`hg pull {{[-f|--force]}}`
- Specify a specific revision changeset to pull up to:
`hg pull --rev {{revision}}`
`hg pull {{[-r|--rev]}} {{revision}}`
- Specify a specific branch to pull:
`hg pull --branch {{branch}}`
`hg pull {{[-b|--branch]}} {{branch}}`
- Specify a specific bookmark to pull:
`hg pull --bookmark {{bookmark}}`
`hg pull {{[-B|--bookmark]}} {{bookmark}}`