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