mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Renamed alias gf to gls (git-ls)
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
404a7e8eca
commit
91dc73d411
1 changed files with 2 additions and 2 deletions
|
|
@ -83,8 +83,8 @@ alias grhh='git reset HEAD --hard'
|
||||||
compdef _git grhh=git-reset
|
compdef _git grhh=git-reset
|
||||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||||
compdef _git gwc=git-whatchanged
|
compdef _git gwc=git-whatchanged
|
||||||
alias gf='git ls-files | grep'
|
alias gls='git ls-files | grep'
|
||||||
compdef _git gf=git-ls-files
|
compdef _git gls=git-ls-files
|
||||||
alias gpoat='git push origin --all && git push origin --tags'
|
alias gpoat='git push origin --all && git push origin --tags'
|
||||||
compdef _git gpoat=git-push
|
compdef _git gpoat=git-push
|
||||||
alias gmt='git mergetool --no-prompt'
|
alias gmt='git mergetool --no-prompt'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue