-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
82 lines (70 loc) · 1.14 KB
/
.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
[core]
editor = vim
excludesfile = ~/.gitignore_global
pager = less -F -X
[push]
default = tracking
[user]
useConfigOnly = true
signingkey = null
[commit]
gpgsign = true
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = ~/.ssh/allowed_signers
[alias]
log = log --stat
cl = clone
sm = submodule
fe = fetch
f = fetch
fu = fetch upstream
pl = pull
ps = push
me = merge
m = merge
mu = merge upstream/master
a = add
st = status
s = status
br = branch
b = branch
rs = reset
r = reset
rt = remote
rb = rebase
co = checkout
ci = commit
sh = stash
cp = cherry-pick
lg = log
l = log
di = diff
dica = diff --cached
new = log --branches --not --remotes
[color]
ui = true
[mergetool]
cmd = p4merge "$BASE" "$LOCAL" "$REMOTE" "$MERGED"
prompt = false
trustExitCode = false
[merge]
tool = p4merge
prompt = false
[diff]
tool = xxdiff
[cola]
spellcheck = false
theme = flat-dark-grey
icontheme = dark
boldheaders = false
textwidth = 88
autoloadcommittemplate = false
showpath = true
fontdiff = Monospace,10,-1,5,50,0,0,0,0,0
blameviewer = git gui blame
hidpi = disable
[gui]
editor = gvim
historybrowser = gitk