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