[git] fix: Add safe directory for sshfs
This commit is contained in:
parent
4cd62682fd
commit
9c61e74df7
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
excludesFile = "~/.config/git/ignore"
|
||||
|
||||
[help]
|
||||
autocorrect = 20
|
||||
autocorrect = 15
|
||||
|
||||
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
|
||||
path = "~/.config/git/university"
|
||||
|
@ -23,3 +23,6 @@
|
|||
[init]
|
||||
defaultBranch = "main"
|
||||
|
||||
[safe]
|
||||
directory = "/home/tdpeuter/university/sshfs"
|
||||
|
||||
|
|
Loading…
Reference in a new issue