aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--%HOME%/.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index 29851fc..1e01521 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -15,6 +15,10 @@
# If no refspec is given, push to the branch with the same name.
default = current
+[advice]
+ # I know about detached HEADs, shut up.
+ detachedHead = false
+
# Git submodules suck, but they suck less if you read
# https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407.