Update git config
This commit is contained in:
parent
c13bb08afa
commit
991882d485
|
|
@ -13,12 +13,6 @@
|
||||||
name = "Thomas Avé";
|
name = "Thomas Avé";
|
||||||
email = "email@thomasave.be";
|
email = "email@thomasave.be";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
ignores = [
|
|
||||||
"*.direnv/"
|
|
||||||
".dmypy.json"
|
|
||||||
];
|
|
||||||
extraConfig = {
|
|
||||||
credentials.helper = "store";
|
credentials.helper = "store";
|
||||||
pull.rebase = false;
|
pull.rebase = false;
|
||||||
push.autoSetupRemove = true;
|
push.autoSetupRemove = true;
|
||||||
|
|
@ -32,6 +26,10 @@
|
||||||
};
|
};
|
||||||
rerere.enabled = true;
|
rerere.enabled = true;
|
||||||
};
|
};
|
||||||
|
ignores = [
|
||||||
|
"*.direnv/"
|
||||||
|
".dmypy.json"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue