Skip to content

Commit

Permalink
Update readme with blob syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andriygm committed Aug 21, 2023
1 parent a4f9f9f commit e4a79b5
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,9 @@ If you want to update a file after changing it, you can simply run `dvs add <glo
### Getting files
You can get file(s) by running
```
dvs get <path> <another-path>
```

You can get all files in a directory wirth
```
dvs get <dir>
```

The `--recurse` flag will also get all files in all subdirectories.
```
dvs get -r <dir>
dvs get <glob> [another-glob]
```
`dvs get` works the same way as `dvs add`, using globs, but instead of adding files to the storage location, it will retrieve them and place them in the current directory.


### Listing tracked files
Expand Down

0 comments on commit e4a79b5

Please sign in to comment.