ADD glol and glola
This commit is contained in:
parent
f031d70b11
commit
734661e93a
|
@ -316,6 +316,8 @@ alias_if git \
|
|||
gci='git commit --interactive' \
|
||||
gb='git branch' \
|
||||
gco='git checkout' \
|
||||
glol="git log --graph --decorate --pretty=oneline --abbrev-commit" \
|
||||
glola="git log --graph --decorate --pretty=oneline --abbrev-commit --all" \
|
||||
gg="git log --graph --pretty=format:'%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%C(cyan)\\ [%cn]' --abbrev-commit --date=relative" \
|
||||
ggs="gg --stat" \
|
||||
gw="git whatchanged" \
|
||||
|
|
Loading…
Reference in New Issue