From 17ee084316d033b4f433715d3dd0d115074ea5fc Mon Sep 17 00:00:00 2001 From: 10sr Date: Tue, 13 Dec 2011 23:23:09 +0900 Subject: [PATCH] change email for git --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index d2b93cb..dd76c24 100755 --- a/.bashrc +++ b/.bashrc @@ -162,8 +162,8 @@ port-autosync(){ } _mygitconfig(){ - git config --global user.name "10sr" - git config --global user.email sr10@users.sourceforge.jp + git config --global user.name '10sr' + git config --global user.email '8slashes+git@gmail.com' git config --global core.autocrlf false git config --global color.ui auto git config --global status.relativePaths false