mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
aliases: make git-log/git-show aliases consistent
Show patches and stats in appropriate places
This commit is contained in:
parent
d251f3e23a
commit
2598df0f17
7
aliases
7
aliases
@ -155,9 +155,10 @@ alias gl="git pull --rebase"
|
|||||||
alias glp="gl && gp"
|
alias glp="gl && gp"
|
||||||
alias gd="git diff --patch-with-stat"
|
alias gd="git diff --patch-with-stat"
|
||||||
alias gds="gd --staged"
|
alias gds="gd --staged"
|
||||||
alias gsh="git show --format=full --patch-with-stat"
|
alias gsh="git show --format=fuller --patch-with-stat"
|
||||||
alias glg="git log --format=full --stat --color"
|
alias glg="git log --color --format=fuller --stat"
|
||||||
alias glog="git log --oneline --decorate --color --graph"
|
alias glgp="git log --color --format=fuller --patch-with-stat"
|
||||||
|
alias glog="git log --color --oneline --decorate --graph"
|
||||||
|
|
||||||
alias grst="git reset"
|
alias grst="git reset"
|
||||||
alias gundo="git reset @~1"
|
alias gundo="git reset @~1"
|
||||||
|
Loading…
Reference in New Issue
Block a user