add git aliases and hist formatting

This commit is contained in:
2026-08-10 17:36:07 -04:00
parent 5c7682c464
commit e37fc66a9c
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -21,3 +21,12 @@
[diff]
colorMoved = default
[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:'%C(bold yellow)%h%Creset %Cgreen%ad%Creset %C(white)|%Creset %C(bold white)%s%Creset%C(auto)%d%Creset [%Cblue%an%Creset]' --graph --date=short
type = cat-file -t
dump = cat-file -p