-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
52 lines (41 loc) · 809 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[color]
pager = true
ui = true
status = auto
diff = auto
branch = auto
[alias]
st = status
ci = commit
br = branch
co = checkout
di = diff
hom = push origin master
lom = pull origin master
[color "status"]
added = yellow
changed = green
untracked = cyan
[core]
editor = vim
excludesfile = ~/.gitignore
[apply]
whitespace = nowarn
[user]
name = Julien Rottenberg
email = [email protected]
[giggle]
main-window-maximized = true
main-window-geometry = 0x0+0+0
history-view-vpane-position = 639
file-view-vpane-position = 878
main-window-view = HistoryView
[instaweb]
port = 4321
httpd = webrick
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
[push]
default = simple