.gitconfig: Disable default: user::email
authorJan Kratochvil <root@host2.jankratochvil.net>
Thu, 18 May 2023 14:06:50 +0000 (22:06 +0800)
committerJan Kratochvil <root@host2.jankratochvil.net>
Thu, 18 May 2023 14:06:50 +0000 (22:06 +0800)
.gitconfig

index e37f907..dfa6b16 100644 (file)
@@ -1,6 +1,7 @@
 [user]
        name = Jan Kratochvil
-       email = jan@jankratochvil.net
+# use: .gitconfig.local
+#      email = jan@jankratochvil.net
 [include]
        path = .gitconfig.local
 [init]