aliases/git: Add git show alias
parent
937094f277
commit
7232506dab
|
|
@ -68,6 +68,7 @@ alias gmu='git fetch origin -v; git fetch upstream -v; git merge upstream/master
|
||||||
alias gll='git log --graph --pretty=oneline --abbrev-commit'
|
alias gll='git log --graph --pretty=oneline --abbrev-commit'
|
||||||
alias gg="git log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative"
|
alias gg="git log --graph --pretty=format:'%C(bold)%h%Creset%C(magenta)%d%Creset %s %C(yellow)<%an> %C(cyan)(%cr)%Creset' --abbrev-commit --date=relative"
|
||||||
alias ggs="gg --stat"
|
alias ggs="gg --stat"
|
||||||
|
alias gsh="git show"
|
||||||
alias gsl="git shortlog -sn"
|
alias gsl="git shortlog -sn"
|
||||||
alias gwc="git whatchanged"
|
alias gwc="git whatchanged"
|
||||||
alias gt="git tag"
|
alias gt="git tag"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue