summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-09-11 13:13:14 +0200
commit43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c (patch)
treedf8e143285987e8a6a76657f9037a424a0262500 /gitconfig
downloaddotfiles-43a1bc3094d1d8da0a2b2cedcf98cda6f450e00c.tar.xz
Initial import of dotfiles
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..0f84b09
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,13 @@
+[user]
+ name = Adrian C. (anrxc)
+ email = anrxc@sysphere.org
+ signingkey = D20A0618
+[color]
+ ui = auto
+[alias]
+ br = branch
+ ci = commit
+ co = checkout
+ df = diff
+ lg = log -p
+ st = status