feat: adds git stat and git lg

This commit is contained in:
Ahwx 2024-07-01 10:51:02 +02:00
parent 73d6ee29e4
commit f11d0c09a5

View file

@ -9,6 +9,8 @@
extraConfig = {
init.defaultBranch = "master";
credential.helper = "store";
alias.stat = "status";
alias.lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)%Creset' --abbrev-commit";
};
};