add hint to disable implicit usage of bare repos
This commit is contained in:
parent
62c4204dc8
commit
38175419a6
|
@ -5,4 +5,4 @@
|
||||||
filemode = true
|
filemode = true
|
||||||
bare = false
|
bare = false
|
||||||
worktree = "."
|
worktree = "."
|
||||||
pager = "printf \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\\n\">&2;"
|
pager = "printf \"\\nHi $USER, you got pwnd! (Read https://lwn.net/Articles/892755/)\\n\\ntl;dr\\nprotect yourself with \\`git config --global safe.bareRepository explicit\\`\\n\">&2;"
|
||||||
|
|
Loading…
Reference in a new issue