From 011f4c32486cfd76bf50ec759142a2a86c5b6711 Mon Sep 17 00:00:00 2001 From: dbroqua Date: Thu, 29 Jun 2017 23:23:52 +0200 Subject: [PATCH] - Added gitconfig --- gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 gitconfig diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..b7bfbca --- /dev/null +++ b/gitconfig @@ -0,0 +1,10 @@ +[user] + name = dbroqua + email = dbroqua@mousur.org +[gc] + autoDetach = false +[core] + autocrlf = input + +[alias] + tree = log --graph --decorate --pretty=raw --abbrev-commit