mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 0a64132a47 into 140034605e
This commit is contained in:
commit
faedab908a
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ alias grh='git reset HEAD'
|
|||
alias grhh='git reset HEAD --hard'
|
||||
alias gclean='git reset --hard && git clean -dfx'
|
||||
alias gwc='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
gds() { git diff --stat --color "$@" | cat }
|
||||
compdef _git gds=git-diff
|
||||
|
||||
# Sign and verify commits with GPG
|
||||
alias gcs='git commit -S'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue