-
Notifications
You must be signed in to change notification settings - Fork 0
/
_gitconfig
28 lines (28 loc) · 872 Bytes
/
_gitconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[user]
name = liyinn
[alias]
ci = commit
up = update
st = status -s -b
br = branch
co = checkout
di = diff
lg = log --graph --decorate
gl = log -p
glp = log --graph --oneline --abbrev-commit --decorate
rl = reflog
llog = log --date=local
ol = log --oneline
w = whatchanged
sta = stash
rb = !post-review --parent=trunk --guess-description --username=liyin -o
rb-diff = !post-review -n --parent=trunk
sdiff = !git-svn-diff
[log]
date = local
[color]
ui = auto
[color "diff"]
whitespace = red reverse
[core]
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol