@@ -25,10 +25,10 @@ details.
25
25
The data kept is determined by reading the <abbr >DVC files</abbr > in the set of
26
26
commits of the given scope.
27
27
28
- > Note that ` dvc gc ` tries to fetch missing [ ` .dir ` files] from remote storage
29
- > to local cache in order to determine which files should exist inside cached
30
- > directories. These files may be missing if the cache was previously garbage
31
- > collected, in a newly cloned copy of the repo, etc.
28
+ > Note that ` dvc gc ` tries to fetch missing [ ` .dir ` files] from remote storage to
29
+ > local cache in order to determine which files should exist inside cached directories.
30
+ > These files may be missing if the cache was previously garbage collected, in a
31
+ > newly cloned copy of the repo, etc.
32
32
33
33
Unless the ` --cloud ` option is used, any files collected from the cache can be
34
34
restored using ` dvc fetch ` , as long as they have been previously uploaded with
@@ -96,15 +96,14 @@ project we want to clear.
96
96
97
97
> \* Not including [ DVC experiments]
98
98
99
- - ` --all-experiments ` keep cached objects referenced in all [ DVC experiments] ,
100
- as well as in the workspace (implying ` -w ` ). This preserves the project's
101
- [ experimental] ( /doc/user-guide/experiment-management ) data (including
102
- checkpoints). See also ` dvc exp gc ` .
99
+ - ` --all-experiments ` keep cached objects referenced in all [ DVC experiments] , as
100
+ well as in the workspace (implying ` -w ` ). This preserves the project's [ experimental] ( /doc/user-guide/experiment-management )
101
+ data (including checkpoints). See also ` dvc exp gc ` .
103
102
104
- - ` -p <paths> ` , ` --projects <paths> ` - if a single remote or a single [ cache is
105
- shared] among different projects, this option can be used to specify a list of
106
- them (each project is a path) to keep data that is currently referenced from
107
- them.
103
+ - ` -p <paths> ` , ` --projects <paths> ` - if a single remote or a single [ cache
104
+ is shared] among different projects, this option can be used to specify a list
105
+ of them (each project is a path) to keep data that is currently referenced
106
+ from them.
108
107
109
108
- ` -c ` , ` --cloud ` - remove files in remote storage in addition to local cache.
110
109
** This option is dangerous.** The default remote is used unless a specific one
0 commit comments