🔧 Added better git log alias

This commit is contained in:
z3rOR0ne 2024-03-11 15:48:16 -07:00
parent b9494d8fb5
commit edd23772dc

View file

@ -328,7 +328,8 @@ alias git-s="git status"
alias git-ss="git status short"
alias git-d="git diff"
# for use with notes directory only
alias git-l="git log"
alias git-lo="git log --oneline --follow"
alias {git-l,git-log}="git log --graph --format='format:%C(yellow)%h%C(reset) %s %C(magenta)%cr%C(reset)%C(auto)%d%C(reset)'"
# more to just remember than to be used
alias git-stsh="git stash"
alias git-stsh-a="git stash apply"