feat(git): add logs and logo log aliases

This commit is contained in:
2026-07-05 15:50:12 +02:00
parent aee4d0aa15
commit 24b7930363
+2
View File
@@ -105,6 +105,8 @@ in
alias = { alias = {
l = "log --pretty=oneline -n 20 --graph --abbrev-commit"; l = "log --pretty=oneline -n 20 --graph --abbrev-commit";
logs = "log --show-signature";
logo = "log --pretty=format:\"%C(auto)%h%x09%ad%x09%<(16,trunc)%an%x09%s%x09%d\"";
s = "status -s"; s = "status -s";
d = "!\"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat\""; d = "!\"git diff-index --quiet HEAD -- || clear; git --no-pager diff --patch-with-stat\"";
p = "pull --recurse-submodules"; p = "pull --recurse-submodules";