Merge branch 'debian-gittree' into debian

This commit is contained in:
2026-02-10 15:00:16 -05:00
+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"