From 16b871393febf81a71e3e942864be324597e8458 Mon Sep 17 00:00:00 2001 From: Darren Austin Date: Tue, 4 Oct 2016 17:27:24 +0100 Subject: [PATCH] Add .gitconfig --- .gitconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitconfig diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..c30eaea --- /dev/null +++ b/.gitconfig @@ -0,0 +1,11 @@ +[user] + name = Darren Austin + email = darren@afterdark.org.uk +[color] + branch = auto + diff = auto + grep = auto + interactive = auto + showBranch = auto + status = auto + ui = auto