ADD glol and glola

This commit is contained in:
Nathan Dwarshuis 2022-07-24 13:09:46 -04:00
parent f031d70b11
commit 734661e93a
1 changed files with 2 additions and 0 deletions

View File

@ -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" \