1

Add git brief to display a minimal commit log

This commit is contained in:
Evan Pratten 2024-05-31 14:35:09 -04:00
parent cab300cfd4
commit d0e134669b

View File

@ -19,6 +19,10 @@
tree = log --graph --decorate --abbrev-commit --all \
--pretty=format:'%C(yellow)commit %h%C(auto)%d%n%C(cyan)Author:%Creset %aN %C(dim white)<%aE>%n%C(cyan)Date:%Creset %C(dim white)%ad (%ar)%n%s%n' \
--date=format:'%b %d %Y %H:%M:%S %z'
# A super quick overview of whats happening
brief = log --pretty=format:'%C(yellow)%h %C(dim white)(%cr) %Creset%s'
breif = brief
# Lists all branches with their last commit
branches = branch -a -l -vv