-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
52 lines (47 loc) · 1.09 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
[giggle]
main-window-maximized = false
main-window-geometry = 1122x968+66+24
history-view-vpane-position = 280
main-window-view = HistoryView
file-view-vpane-position = 924
file-view-hpane-position = 266
show-graph = false
[github]
user=webmunster
[core]
editor = vim
autocrlf = input
filemode = false
excludesfile = ~/.gitignore
[alias]
lg = log --date=short --color --graph --pretty=format:'%Cred%h%Creset %Cgreen(%ad) %C(bold cyan)<%an>%Creset %s %C(yellow)%d%Creset' --abbrev-commit --
d = diff --color
dcw = diff --color-words=.
s = status -s
bp = big-picture
[color "branch"]
current= yellow reverse
local= yellow
remote = green
upstream = cyan
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = blue
[big-picture]
viewer = /Applications/Firefox.app/Contents/MacOS/firefox
[fetch]
prune = true
pruneTags = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[rerere]
enabled = true