Skip to content

Commit

Permalink
Fix spellig
Browse files Browse the repository at this point in the history
  • Loading branch information
guspan-tanadi authored Mar 15, 2024
1 parent 77051be commit 1016976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ If you want to find out someone else's commits do
$ git standup -a "John Doe"
```

Apart fromm restrict to commits from a certain user, you can also use `-a` flag to avoid certain users. You can do that if you enable perl regexp in your git installation `git config --global grep.patternType perl`, and use the author filter like below:
Apart from restrict to commits from a certain user, you can also use `-a` flag to avoid certain users. You can do that if you enable perl regexp in your git installation `git config --global grep.patternType perl`, and use the author filter like below:

```shell
git standup -a'^(?!(renovate\[bot\]))'
Expand Down

0 comments on commit 1016976

Please sign in to comment.