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.template | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gitconfig.template (limited to 'gitconfig.template') diff --git a/gitconfig.template b/gitconfig.template deleted file mode 100644 index 8a783c9..0000000 --- a/gitconfig.template +++ /dev/null @@ -1,22 +0,0 @@ -[user] - name = #NAME# - email = #EMAIL# - -[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