mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 06:00:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user