Skip to content

Commit dae3f99

Browse files
committed
Merge branch 'raphaelstolt-documentation-improvement'
2 parents c6eb8d0 + 5837e75 commit dae3f99

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ If you have some git repositories (e.g. `~/projects/foo` and `~/projects/bar`) i
4545
paths = /Users/you/projects/*
4646
```
4747

48+
You can also utilise the `git config` command to configure git-remind to avoid the manually editing of the `.gitconfig`.
49+
50+
```bash
51+
git config --global remind.paths '/Users/you/projects/*'
52+
```
53+
4854
Check the configuration using following command:
4955

5056
```bash

0 commit comments

Comments
 (0)