mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
bring back git ls-files|grep $1 😣
This commit is contained in:
parent
39240675f5
commit
f45713947b
1 changed files with 1 additions and 2 deletions
|
|
@ -77,8 +77,7 @@ alias grhh='git reset HEAD --hard'
|
|||
alias gclean='git reset --hard && git clean -dfx'
|
||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
|
||||
#remove the gf alias
|
||||
#alias gf='git ls-files | grep'
|
||||
alias gfg='git ls-files | grep'
|
||||
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
alias gmt='git mergetool --no-prompt'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue