diff options
author | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-01 18:59:24 -0400 |
---|---|---|
committer | Matt Singleton <matthew.j.singleton@gmail.com> | 2011-04-01 18:59:24 -0400 |
commit | b572c615c26a0a1361d9be5e1934216e5a8ea883 (patch) | |
tree | cf43b35686b1e2c04b6003fd1a273077c741e878 /gitconfig | |
parent | cc6b7e29c5981cc30bd49a579f515a7cc1c680a4 (diff) |
now deploying with symlinks into the checked out directory
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 22 |
1 files changed, 22 insertions, 0 deletions
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 |