04-03-2022

This commit is contained in:
2022-03-04 17:56:50 +01:00
parent e6fc2251ec
commit 5b45dc0863
70 changed files with 3189 additions and 673 deletions

View File

@@ -113,6 +113,14 @@ Files photonix/docker-compose.yml and photoprism/docker-compose.yml differ
### diffmerge (GUI):
```bash
diffmerge config.json config.json.bak
$ diffmerge config.json config.json.bak
```
### Comparer 2 dossiers:
```bash
$ diff --brief --recursive bootstrap_darkroom/ s
```