From 015f28ec5a4c5dacdb25f717b7d1abbbf393b139 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 19:04:00 -0300 Subject: etc/git/config: Disable detached HEAD notification --- etc/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/git/config b/etc/git/config index 0c248a9..4e9c366 100644 --- a/etc/git/config +++ b/etc/git/config @@ -27,3 +27,5 @@ enabled = true [core] quotepath = off +[advice] + detachedHead = false -- cgit v1.2.3