-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
39 lines (39 loc) · 840 Bytes
/
gitconfig
File metadata and controls
39 lines (39 loc) · 840 Bytes
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
[user]
name = Falk Köppe
email = falk.koeppe@gmail.com
[color]
status = auto
diff = auto
branch = auto
interactive = auto
ui = auto
[alias]
[core]
legacyheaders = false
excludesfile = /Users/falkkoppe/.gitignore_global
quotepath = false
editor = /usr/local/bin/edit -w
[branch]
autosetupmerge = true
[repack]
usedeltabaseoffset = true
[github]
user = murphyslaw
token = 59cc7ec1c14d93af9961760303834815
[svn]
findcopiesharder = 1
rmdir = 1
[gc]
auto = 1
[merge]
summary = true
[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
[push]
default = simple
[commit]
template = /Users/falkkoppe/.stCommitMsg