gitconfig: disable advice on detachedHead state

This commit is contained in:
Aminda Suomalainen 2022-05-05 14:47:13 +03:00
parent 7a95337690
commit 8762d6ab08
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 0 deletions

View File

@ -59,3 +59,7 @@
defaultBranch = cxefa
[gpg "ssh"]
allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers
[advice]
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it
detachedHead = false

View File

@ -59,3 +59,7 @@
defaultBranch = cxefa
[gpg "ssh"]
allowedSignersFile = ~/src/gitea.blesmrt.net/Mikaela/ssh-allowed_signers/allowed_signers
[advice]
# I am not developing in detached head state, I generally want to compile
# a specific version of a program and I know how to get out of it
detachedHead = false