Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pared committed Mar 3, 2020
1 parent 48d679b commit ddb46d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/static/docs/command-reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ This is the main section with the general config options:
project is on a file system that doesn't properly support file locking (e.g.
[NFS v3 and older](http://nfs.sourceforge.net/)).

- `core.no_scm` - when set to `true`, prevents DVC from using scm (eg.
[Git](https://git-scm.com)), even if <abbr>DVC repository</abbr> lives inside
scm repository. This option is set when
[initializing](/doc/command-reference/init) <abbr>DVC repository</abbr> with
`--no-scm` flag.

### remote

These are sections in the config file that describe particular remotes. These
Expand Down
3 changes: 2 additions & 1 deletion public/static/docs/command-reference/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ local cache and you cannot `git push` it.
written.

- `--subdir` - initialize <abbr>DVC repository</abbr> in current directory and
allow to search for Git repository in parent directories
allow to search for Git repository in parent directories. If used in Git root
directory, this option is ignored.

- `-f`, `--force` - remove `.dvc/` if it exists before initialization. Will
remove any existing local cache. Useful when a previous `dvc init` has been
Expand Down

0 comments on commit ddb46d4

Please sign in to comment.