-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cmd ref: update WebDAV remote info per #1187 (comment) * cmd ref: remove WebDAV remote info for #1355 * glossary: add back DVC project per #1334 (review) * Re-add abbrs within details This feature broke at some point in the past and all these were removed. The feature has since been fixed, so these are safe to re-add. * Re-add cache directory in add-files * Change "cache directory" to "cache" We don't have a tooltip match for "cache directory" * Re-add some missed abbrs * Revert grammar change I think I missed the correct context originally when editing it, and committed it because it looked like any other abbr addition. Co-authored-by: Jorge Orpinel <jorge@orpinel.com>
1 parent
0000b67
commit ca302ec
Showing
9 changed files
with
47 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: 'DVC Project' | ||
match: | ||
[ | ||
'DVC project', | ||
'DVC projects', | ||
project, | ||
projects, | ||
'DVC repository', | ||
'DVC repositories', | ||
repository, | ||
repositories, | ||
] | ||
--- | ||
|
||
Initialized by running `dvc init` in the **workspace** (typically in a Git | ||
repository). It will contain the | ||
[`.dvc/` directory](/doc/user-guide/dvc-files-and-directories) and | ||
[DVC-files](/doc/user-guide/dvc-file-format) created with commands such as | ||
`dvc add` or `dvc run`. |