You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ git-synchronizer --help
16
16
17
17
## Configuration file
18
18
19
-
If you'd like to set the above options in a configuration file, by default `git-synchronizer` checks `~/.git-synchronizer`, `~/.git-synchronizer.yaml` and `~/.git-synchronizer.yml` files.
19
+
If you'd like to set the options in a configuration file, by default `git-synchronizer` checks `~/.git-synchronizer`, `~/.git-synchronizer.yaml` and `~/.git-synchronizer.yml` files.
20
20
If any of these files exist, `git-synchronizer` uses options defined there, unless they are overridden by command line flags.
21
21
22
22
You can also specify custom path to configuration file with `--config <your-configuration-file>.yml` command line flag.
0 commit comments