mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
zsh: replace git whatchanged with git log -p
This commit is contained in:
parent
f80c62ef15
commit
87080f66fa
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ alias ga.='ga . && gst'
|
|||
alias gcmsgrnd='git commit -m "$(fakemsg)"'
|
||||
alias ghist="git log --name-only --pretty='' | sed -e '/^\\s*$/d' | awk '!seen[\$0]++' | less"
|
||||
alias cdgr='cd $(git rev-parse --show-toplevel)'
|
||||
alias gwch='git log --patch --abbrev-commit'
|
||||
|
||||
## Servers
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue