-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
56 lines (56 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
[user]
name = Jerome Basa
email = [email protected]
[push]
default = tracking
[branch]
autosetuprebase = always
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = /Users/jerome/.gitignore
[alias]
co = checkout
br = branch
[apply]
whitespace = nowarn
[hub]
protocol = https
[push]
default = tracking
[branch]
autosetuprebase = always
[difftool "sourcetree"]
cmd = opendiff \"$LOCAL\" \"$REMOTE\"
path =
[mergetool "sourcetree"]
cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\"
trustExitCode = true
[github]
user = jldbasa
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[color]
ui = auto
[color "branch"]
current = yellow
local = 241
remote = green
[color "diff"]
meta = yellow
frag = magenta
old = red
new = green
[color "status"]
added = green
changed = yellow
untracked = magenta
[web]
browser = open
[pager]
branch = false
tag = false
; [commit]
; template = /Users/jerome/.git-commit-template