-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitconfig
More file actions
38 lines (38 loc) · 859 Bytes
/
.gitconfig
File metadata and controls
38 lines (38 loc) · 859 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
[user]
name = Tony Ford
email = tony4d@gmail.com
[core]
excludesfile = ~/.gitignore
autocrlf = input
editor = vim
[merge]
tool = p4mergetool
[mergetool]
keepBackup = false
[mergetool "p4mergetool"]
trustExitCode = false
cmd = /Applications/p4merge.app/Contents/Resources/launchp4merge $PWD/$BASE $PWD/$REMOTE $PWD/$LOCAL $PWD/$MERGED
[alias]
co = checkout
ci = commit
s = status
b = branch
[diff]
tool = p4mergetool
[difftool "p4mergetool"]
cmd = /Applications/p4merge.app/Contents/Resources/launchp4merge $LOCAL $REMOTE
[color]
ui = true
diff = true
grep = true
branch = true
showbranch = true
status = true
[color "status"]
header = normal dim
added = yellow
untracked = magenta
[color "branch"]
current = yellow reverse
local = yellow
remote = red