diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index c6e923f..0000000 --- a/.gitconfig +++ /dev/null @@ -1,13 +0,0 @@ -[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 |