From b572c615c26a0a1361d9be5e1934216e5a8ea883 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 1 Apr 2011 18:59:24 -0400 Subject: now deploying with symlinks into the checked out directory --- gitconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gitconfig (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..b17af33 --- /dev/null +++ b/gitconfig @@ -0,0 +1,22 @@ +[user] + name = Matt Singleton + email = matthew.j.singleton@gmail.com + +[alias] + st = status + ci = commit + br = branch + co = checkout + df = diff + lg = log -p + +[core] + whitespace = trailing-space,space-before-tab,cr-at-eol + editor = vim + autocrlf = input + +[push] + default = nothing + +[color] + ui = true -- cgit v1.2.3