added date and author to gittree

This commit is contained in:
2026-02-10 14:59:25 -05:00
parent 2708ab61cb
commit f55bb1ec93
+1 -1
View File
@@ -129,7 +129,7 @@ case "${response}" in
( cat << 'TERM'
# ABS gittree alias
alias gittree='git log --all --decorate --oneline --graph'
alias gittree='git log --graph --all --date=short --format="%C(magenta)%ad %C(auto)%h %C(cyan)<%aN>%C(auto)%d %s"'
TERM
) >> "${HOME}/.bashrc"