feat: add safe directory configuration to gitconfig
This commit is contained in:
@@ -36,3 +36,5 @@
|
||||
helper =
|
||||
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
||||
|
||||
[safe]
|
||||
directory = *
|
||||
|
@@ -8,4 +8,6 @@
|
||||
|
||||
[commit]
|
||||
gpgsign = true
|
||||
|
||||
|
||||
[safe]
|
||||
directory = *
|
@@ -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 = *
|
||||
|
@@ -36,3 +36,5 @@
|
||||
helper =
|
||||
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
||||
|
||||
[safe]
|
||||
directory = *
|
||||
|
Reference in New Issue
Block a user