-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
114 lines (93 loc) · 1.93 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[user]
name = Hemna
email = [email protected]
[core]
editor = vim -f
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile=/home/waboring/.gitignore
pager = delta
[alias]
st = status -s
co = checkout
ci = commit -a
br = branch
praise = blame
lg = log -p
lol = log --graph --decorate --abbrev-commit
lola = log --graph --decorate --abbrev-commit --all
ls = ls-files
#show files ignored by git
ign = ls-files -o -i --exclude-standard
[apply]
whitespace = strip
[format]
# Make 'git log' default to this format
pretty = color
[pretty]
color = %Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cd) %C(bold blue)<%an>%Creset
[color]
ui = true
wtf = true
[diff]
color = auto
rename = copy
colorMoved = default
[status]
color = auto
[pager]
color = true
branch = false
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[color "diff"]
whitespace = red reverse
[giggle]
main-window-maximized = true
main-window-geometry = 0x0+0+0
history-view-vpane-position = 470
file-view-vpane-position = 1078
main-window-view = HistoryView
[svn]
rmdir = true
[gitreview]
username = walter-boring
[web]
browser = chromium-browser
[github]
user = hemna
email = [email protected]
[credential]
helper = osxkeychain
[rerere]
enabled = true
[branch]
autosetuprebase = always
[page]
branch = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[delta]
plus-color = "#012800"
minus-color = "#340001"
syntax-theme = Monokai Extended
line-numbers = true
side-by-side = true
inspect-raw-lines = false
[interactive]
#diffFilter = delta --color-only
[init]
templateDir = /Users/i530566/.git-template