1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 18:34:48 +00:00

update compare doc

This commit is contained in:
deadc0de6
2021-10-12 21:02:52 +02:00
parent d1a9696499
commit 479c7796bc

View File

@@ -102,6 +102,11 @@ $ dotdrop compare
The diffing is done with the UNIX tool `diff` as the backend; one can provide a specific
diff command using the config entry `diff_command`.
You can specify against which destination file to compare:
```bash
$ dotdrop compare -C ~/.vimrc
```
To ignore specific patterns, see [the ignore patterns](config.md#ignore-patterns).
To completely ignore all files not present in `dotpath` see [Ignore missing](#ignore-missing).