mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
aliases: show full message/stat in gd/gsh/glg
This commit is contained in:
parent
8287acf3a7
commit
8f969737ed
8
aliases
8
aliases
@ -151,10 +151,10 @@ alias gpsuom="git push --set-upstream origin master"
|
||||
alias gpall="git remote | xargs -L1 git push"
|
||||
alias gl="git pull --rebase"
|
||||
alias glp="gl && gp"
|
||||
alias gd="git diff"
|
||||
alias gds="git diff --staged"
|
||||
alias gsh="git show"
|
||||
alias glg="git log --stat --color"
|
||||
alias gd="git diff --patch-with-stat"
|
||||
alias gds="gd --staged"
|
||||
alias gsh="git show --format=full --patch-with-stat"
|
||||
alias glg="git log --format=full --stat --color"
|
||||
alias glog="git log --oneline --decorate --color --graph"
|
||||
|
||||
alias grst="git reset"
|
||||
|
Loading…
Reference in New Issue
Block a user