1
0
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:
Joe Groocock 2019-09-15 11:30:00 +01:00
parent 8287acf3a7
commit 8f969737ed
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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"