+git alias logd
This commit is contained in:
parent
ccca2ab4ff
commit
e16566bf09
@ -85,7 +85,10 @@
|
|||||||
difftastic.enable = true;
|
difftastic.enable = true;
|
||||||
userName = "m3tam3re";
|
userName = "m3tam3re";
|
||||||
userEmail = "m@m3tam3re.com";
|
userEmail = "m@m3tam3re.com";
|
||||||
aliases = {st = "status";};
|
aliases = {
|
||||||
|
st = "status";
|
||||||
|
logd = "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit";
|
||||||
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
core.excludesfile = "~/.gitignore_global";
|
core.excludesfile = "~/.gitignore_global";
|
||||||
init.defaultBranch = "master";
|
init.defaultBranch = "master";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user