diff --git a/aliases b/aliases index 9ac2c88..209a3e3 100644 --- a/aliases +++ b/aliases @@ -155,9 +155,10 @@ alias gl="git pull --rebase" alias glp="gl && gp" 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 gsh="git show --format=fuller --patch-with-stat" +alias glg="git log --color --format=fuller --stat" +alias glgp="git log --color --format=fuller --patch-with-stat" +alias glog="git log --color --oneline --decorate --graph" alias grst="git reset" alias gundo="git reset @~1"