Disable git safe directory check

This commit is contained in:
Andreas Zweili 2023-08-02 14:20:25 +02:00
parent 14950aaa85
commit c9e2b01828

View File

@ -35,6 +35,9 @@ in
core = { core = {
hooksPath = "~/.config/git/hooks/"; hooksPath = "~/.config/git/hooks/";
}; };
safe = {
directory = "*";
};
pull = { pull = {
rebase = false; rebase = false;
}; };