mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds git stat and git lg
This commit is contained in:
parent
73d6ee29e4
commit
f11d0c09a5
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,8 @@
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
credential.helper = "store";
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue