aboutsummaryrefslogtreecommitdiff
path: root/gitconfig.template
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-04-01 18:59:24 -0400
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-04-01 18:59:24 -0400
commitb572c615c26a0a1361d9be5e1934216e5a8ea883 (patch)
treecf43b35686b1e2c04b6003fd1a273077c741e878 /gitconfig.template
parentcc6b7e29c5981cc30bd49a579f515a7cc1c680a4 (diff)
now deploying with symlinks into the checked out directory
Diffstat (limited to 'gitconfig.template')
-rw-r--r--gitconfig.template22
1 files changed, 0 insertions, 22 deletions
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