Disable git safe directory check

This commit is contained in:
Andreas Zweili 2023-08-02 14:20:25 +02:00
parent 14950aaa85
commit c9e2b01828
1 changed files with 3 additions and 0 deletions

View File

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