Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-a2ai authored Mar 25, 2024
1 parent a17eacc commit 3d05e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dvs add <glob> <another-glob>
`dvs add` accepts one or more globs, each representing a file or set of files to be tracked. Ignores files outside of current git repository. For example, `dvs add *.png subdir/*.csv` will add all PNG files in the current directory and all CSV files in the `subdir` directory.

### Updating files
If you want to update a file after changing it, you can simply run `dvs add <glob>` again. Devious will automatically update the file's reference and add the new version to the storage location.
If you want to update a file after changing it, you can run `dvs add <glob>` again. Devious will automatically update the file's reference and add the new version to the storage location.

### Getting files
You can get file(s) by running
Expand Down

0 comments on commit 3d05e14

Please sign in to comment.