From: Samir Benmendil Date: Mon, 7 Jan 2013 07:09:38 +0000 (+0100) Subject: sane defaults for gitconfig X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5ab0260f89be6a6339aa40a475243e91a81de65d?ds=sidebyside sane defaults for gitconfig email should be my personal one, chakra can be set locally for relevant repos --- diff --git a/gitconfig b/gitconfig index 595b374..2f3dd37 100644 --- a/gitconfig +++ b/gitconfig @@ -1,10 +1,11 @@ [user] - email = ram-z@chakra-project.org name = Samir Benmendil + email = samir.benmendil@gmail.com [core] excludesfile = /home/ramsi/.gitignore_global -[alias] [color] + branch = auto + status = auto ui = auto diff = auto [push]