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
This commit is contained in:
2026-08-12 11:03:42 -05:00
parent 114d764b18
commit d64c0cd8ef

View File

@@ -21,7 +21,9 @@
d = diff d = diff
dl = diff HEAD^ HEAD dl = diff HEAD^ HEAD
ds = diff --staged 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 s = status
branches = branch -avv branches = branch -avv
staash = stash --all staash = stash --all