aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
new file mode 100644
index 0000000..c6e923f
--- /dev/null
+++ b/git/.gitconfig
@@ -0,0 +1,13 @@
+[user]
+ name = xero
+ email = x@xero.nu
+[credential]
+ helper = cache
+[alias]
+ graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
+ stat = status -sb
+ last = log -1 --stat
+ unstage = reset HEAD --
+ cached = diff --cached
+[color]
+ ui = auto