mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Merge remote-tracking branch 'bors-ltd/master'
Conflicts: plugins/git/git.plugin.zsh
This commit is contained in:
commit
5178757f8f
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ compdef _git grhh=git-reset
|
|||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
compdef _git gwc=git-whatchanged
|
||||
alias gf='git ls-files | grep'
|
||||
compdef _git gwc=git-whatchanged
|
||||
compdef _git gf=git-ls-files
|
||||
alias gls='git ls-files | grep'
|
||||
compdef _git gls=git-ls-files
|
||||
alias gpoat='git push origin --all && git push origin --tags'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue