Skip to content

Commit

Permalink
docs: document configuration via git config command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed Nov 2, 2018
1 parent c6eb8d0 commit 1d2ad34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ If you have some git repositories (e.g. `~/projects/foo` and `~/projects/bar`) i
paths = /Users/you/projects/*
```

You can also utilise the `git config` command to configure git-remind to avoid the manually editing of the `.gitconfig`.
```bash
git config --global remind.paths /Users/you/projects/*
```

Check the configuration using following command:

```bash
Expand Down

0 comments on commit 1d2ad34

Please sign in to comment.