@@ -25,10 +25,10 @@ details.
2525The data kept is determined by reading the <abbr >DVC files</abbr > in the set of
2626commits of the given scope.
2727
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.
3232
3333Unless the ` --cloud ` option is used, any files collected from the cache can be
3434restored using ` dvc fetch ` , as long as they have been previously uploaded with
@@ -96,15 +96,14 @@ project we want to clear.
9696
9797 > \* Not including [ DVC experiments]
9898
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 ` .
103102
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.
108107
109108- ` -c ` , ` --cloud ` - remove files in remote storage in addition to local cache.
110109 ** This option is dangerous.** The default remote is used unless a specific one
0 commit comments