Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1d2ad34

Browse files
committed
docs: document configuration via git config command
1 parent c6eb8d0 commit 1d2ad34

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ 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+
```bash
50+
git config --global remind.paths /Users/you/projects/*
51+
```
52+
4853
Check the configuration using following command:
4954

5055
```bash

0 commit comments

Comments
 (0)