From 6c9ecd4bc57a318f9b8663cb476efa2945de716b Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 6 Apr 2015 16:41:29 +0200 Subject: Initial commit, add everything else --- shell/_gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 shell/_gitconfig (limited to 'shell/_gitconfig') diff --git a/shell/_gitconfig b/shell/_gitconfig new file mode 100644 index 0000000..051b995 --- /dev/null +++ b/shell/_gitconfig @@ -0,0 +1,11 @@ +[user] + name = Tharre + email = tharre3@gmail.com +[push] + default = simple +[alias] + lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit +[branch] + autosetuprebase = always +[merge] + tool = vimdiff -- cgit v1.2.3-70-g09d2