From 3c45f35f84fb685c5793bd025a94c84cd9af8f20 Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Mon, 30 Apr 2012 19:14:57 +0300 Subject: [PATCH] gitconfig: I can probably set my name in that gitconfig, because noone should use config files of another person without reading them first. --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 0e78e948..d05c98b9 100644 --- a/gitconfig +++ b/gitconfig @@ -15,3 +15,6 @@ showbranch = true status = true ui = true +[user] + name = Mika Suomalainen + email = mika.henrik.mainio@hotmail.com