mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git: suppress detached-head warning. I-know-what-I-am-doing
git is not for the weak. Warnings are not for the knowing. Shut up git. Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
1b3672b983
commit
b1eecdbbda
@ -32,6 +32,7 @@
|
||||
[advice]
|
||||
statusHints = false
|
||||
pushUpdateRejected = false
|
||||
detachedHead = false
|
||||
[sendemail]
|
||||
from = Joe Groocock <me@frebib.net>
|
||||
smtpserver = smtp.zoho.com
|
||||
|
Loading…
Reference in New Issue
Block a user