summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/git.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix
index 463b5645..769b3728 100644
--- a/user/settings/git.nix
+++ b/user/settings/git.nix
@@ -19,6 +19,7 @@
       };
       advice = {
         addEmptyPathspec = false;
+        detachedHead = false;
         mergeConflict = false;
       };
       ghq = {