Update git style

This commit is contained in:
rydesun 2025-04-19 11:32:17 +08:00
parent 2300c61c6e
commit f5ad232247

View file

@ -7,8 +7,14 @@
date = iso
[alias]
lgl = log --oneline --abbrev=5 --graph --decorate --all
lg = lgl -5
lga = log --graph --decorate --all --abbrev=5 \
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s' \
--date=format:'%y/%m/%d'
llga = log --graph --decorate --all --abbrev=5 \
--pretty=format:'%C(auto)%h %C(blue)%ad%C(auto)%d %s %C(dim white)(%an)' \
--date=format:'%y/%m/%d %H:%M%z'
lg = lga -5
llg = llga -5
gl = lg
st = status --short
sts = show --name-status