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:
parent
31ab535f8e
commit
05902b7461
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue