blob: a67a2323e21a8eea03ee1196a7e9e01e05f019c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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
d = difftool
[color]
ui = auto
[diff]
tool = vimdiff
[difftool]
prompt = false
|