From d64c0cd8efebb67616d2d426a9746a536d0c2bd0 Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Wed, 12 Aug 2026 11:03:42 -0500 Subject: [PATCH] feat: Adding in some changes to the git log formatting and an extra few logging aliases for showing all branches and a clean tree style view --- gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index e6e2302..bfa89b8 100644 --- a/gitconfig +++ b/gitconfig @@ -21,7 +21,9 @@ d = diff dl = diff HEAD^ HEAD ds = diff --staged - l = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit + l = log --graph --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset %s' --abbrev-commit + la = log --graph --all --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset %s' --abbrev-commit + lt = log --graph --all --pretty=format:'%Cred%h -%C(yellow)%d %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit s = status branches = branch -avv staash = stash --all