fixed typo in git module
To cite from https://git-scm.com/docs/git-grep : git grep [-a | --text] [-I] [--textconv] [-i | --ignore-case] [-w | --word-regexp] [-l | --files-with-matches] **[-L | --files-without-match]**
This commit is contained in:
parent
4f19700919
commit
7d8f5919b9
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ alias gfr='git pull --rebase'
|
|||
alias gg='git grep'
|
||||
alias ggi='git grep --ignore-case'
|
||||
alias ggl='git grep --files-with-matches'
|
||||
alias ggL='git grep --files-without-matches'
|
||||
alias ggL='git grep --files-without-match'
|
||||
alias ggv='git grep --invert-match'
|
||||
alias ggw='git grep --word-regexp'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue