forked from ligershark/template-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
28 lines (28 loc) · 726 Bytes
/
.gitconfig
File metadata and controls
28 lines (28 loc) · 726 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
[user]
name = Sayed Ibrahim Hashimi
email = sayed.hashimi@gmail.com
[core]
autocrlf = true
[push]
default = matching
[color "status"]
changed = cyan normal bold
untracked = cyan normal bold
unmerged = cyan normal bold
[color "diff"]
old = red normal bold
new = green normal bold
[merge]
keepBackup = false;
tool = p4merge
[mergetool "p4merge"]
cmd = p4merge.exe \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\"
keepTemporaries = false
trustExitCode = false
keepBackup = false
[diff]
tool = p4merge
[difftool "p4merge"]
cmd = p4merge.exe \"$LOCAL\" \"$REMOTE\"
[diff "ps1"]
binary=false