-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
33 lines (33 loc) · 925 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
[user]
name = Matt Gabor
email = [email protected]
[alias]
rb = for-each-ref --sort=-committerdate --count=10 --format='%(refname:short)' refs/heads/
[core]
excludesfile = /Users/mgabor/.gitignore_global
editor = code -n -w
[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
[merge]
tool = sourcetree
[push]
default = current
[pull]
default = current
rebase = false
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[commit]
template = /Users/mattgabor/.stCommitMsg
[init]
templatedir = ~/.git_template
[filesystem "Oracle Corporation|1.8.0_121|/dev/disk1s1"]
timestampResolution = 1003 milliseconds
minRacyThreshold = 0 nanoseconds