diff --git a/config/git/gitconfig.linux b/config/git/gitconfig.linux index 0a83fa5..4ec822b 100644 --- a/config/git/gitconfig.linux +++ b/config/git/gitconfig.linux @@ -36,3 +36,5 @@ helper = helper = !/home/menno/.nix-profile/bin/gh auth git-credential +[safe] + directory = * diff --git a/config/git/gitconfig.macos b/config/git/gitconfig.macos index 80ce9c9..5e6b546 100644 --- a/config/git/gitconfig.macos +++ b/config/git/gitconfig.macos @@ -8,4 +8,6 @@ [commit] gpgsign = true - \ No newline at end of file + +[safe] + directory = * \ No newline at end of file diff --git a/config/git/gitconfig.mennos-server b/config/git/gitconfig.mennos-server index 762430b..76541db 100644 --- a/config/git/gitconfig.mennos-server +++ b/config/git/gitconfig.mennos-server @@ -5,14 +5,21 @@ [color] ui = true + [push] autoSetupRemote = true + [pull] rebase = false + [filter "lfs"] process = git-lfs filter-process required = true clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f + [init] defaultBranch = main + +[safe] + directory = * diff --git a/config/git/gitconfig.wsl b/config/git/gitconfig.wsl index 9fa7a61..ef0fead 100644 --- a/config/git/gitconfig.wsl +++ b/config/git/gitconfig.wsl @@ -36,3 +36,5 @@ helper = helper = !/home/menno/.nix-profile/bin/gh auth git-credential +[safe] + directory = *