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

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Fetch changes from a specific remote upstream repository:
`dvc fetch --remote {{remote_name}}`
`dvc fetch {{[-r|--remote]}} {{remote_name}}`
- Fetch the latest changes for a specific target/s:
@@ -22,8 +22,8 @@ source: https://github.com/tldr-pages/tldr.git
- Fetch changes for all branch and tags:
`dvc fetch --all-branches --all-tags`
`dvc fetch {{[-a|--all-branches]}} {{[-T|--all-tags]}}`
- Fetch changes for all commits:
`dvc fetch --all-commits`
`dvc fetch {{[-A|--all-commits]}}`