refactor(shell): update gl alias

This will now display the date and author of the commit in the one line log
This commit is contained in:
Ade Attwood 2021-11-21 11:42:21 +00:00
parent 31ab535f8e
commit 05902b7461

View file

@ -2,7 +2,7 @@ source $ZSH/lib/git.zsh
alias gcon="git diff --name-only --diff-filter=U"
alias gml="git merge --log"
alias gl="git --no-pager log --oneline --reverse --max-count=40"
alias gl="git --no-pager log --format=\"%C(red)%h%Creset %s %Cgreen(%cr)%Creset %C(bold blue)<%an>%Creset\" --reverse --max-count=40"
alias gap="git add -p"
alias gs="gss"