summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
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