From fa159c705d0a9f5681c0bbbd520cf8954f2ca76e Mon Sep 17 00:00:00 2001 From: Yuri Smirnov Date: Sat, 28 Dec 2024 15:45:56 +0300 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dc38021..1ad0b7f 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ credentials: # [] by default password: somepassword ``` +Credentials will be matched by prefix, so if your repo URL is `https://example.com/some/path/to/repo`, you can also put values like `https://example.com/some/path` or `https://example.com` in `credentials.[].repo`. + You can also override configuration file location using `--config` option. ## Dependencies