aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicholasjohnson.ch>2023-10-19 00:00:00 +0000
committerNicholas Johnson <nick@nicholasjohnson.ch>2023-10-19 00:00:00 +0000
commitd0cc13893c733a0b7331326d695761be8d6e85f8afa91c3467df6c7ff7547562 (patch)
tree21fb2dce1dd58a1217ac53d2f2937341fe7a4e53295475f76f3d548d4df7717d
parent2bb64371eae1b5a986f1e63be985e072a4fb232ef7156677a4033dced1763382 (diff)
Don't show detached head advice
-rw-r--r--user-home/.config/git/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/user-home/.config/git/config b/user-home/.config/git/config
index 1c785c4..b8e94b4 100644
--- a/user-home/.config/git/config
+++ b/user-home/.config/git/config
@@ -15,3 +15,5 @@
defaultbranch = master
[core]
editor = nvim
+[advice]
+ detachedHead = false