From 2b0209e933e958dc6a9f12dddc550e3bfba1e4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 1 Feb 2017 11:50:40 +0100 Subject: [PATCH] Move user name/email config to local config --- .gitconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitconfig b/.gitconfig index 3a11273..eeb2ba5 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,6 @@ -[user] - name = Paweł Płazieński - email = nivertius@gmail.com +# put [user] (name, email) into ~/.gitlocal +[include] + path = .gitlocal [color] branch = auto ui = auto