-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
63 lines (52 loc) · 1.1 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
[user]
name = Ketan Kulkarni
email = [email protected]
[github]
user = ketkulka
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[difftool]
prompt = false
[color]
branch = auto
diff = auto
status = auto
grep = auto
[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 = green
changed = yellow
untracked = cyan
[log]
date = relative
[alias]
s = status -s
l = log --date=iso
one-line = log --format='%Cred%h%Creset %Cgreen[%<(12,trunc)%aN]%Creset %Cgreen[%ai]%Creset %Cblue%<(50,trunc)%s%Creset'
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[show]
tool = vimdiff
[mergetool "vimdiff"]
path = vim
[credential]
helper = cache --timeout=31622400 --socket=/var/tmp/acme/.git_credentials/ketkulka/socket
[push]
default = matching
[core]
excludesfile = ~/dotfiles/gitignore_global
[pull]
ff = only