|
|
@ -85,7 +85,7 @@ alias gfr='git pull --rebase'
|
|
|
|
alias gg='git grep'
|
|
|
|
alias gg='git grep'
|
|
|
|
alias ggi='git grep --ignore-case'
|
|
|
|
alias ggi='git grep --ignore-case'
|
|
|
|
alias ggl='git grep --files-with-matches'
|
|
|
|
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 ggv='git grep --invert-match'
|
|
|
|
alias ggw='git grep --word-regexp'
|
|
|
|
alias ggw='git grep --word-regexp'
|
|
|
|
|
|
|
|
|
|
|
|