forked from queueit/KnownUser.V3.Akamai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
40 lines (40 loc) · 1.28 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
[merge]
tool = kdiff3
guitool = kdiff3
[diff]
guitool = kdiff3
tool = vsdiffmerge
[core]
editor = \"F:/Program Files (x86)/GitExtensions/GitExtensions.exe\" fileeditor
autocrlf = false
[user]
name = Vasil
email = [email protected]
[pull]
rebase = false
[fetch]
prune = false
[rebase]
autoStash = false
[winUpdater]
recentlySeenVersion = 2.26.1.windows.1
[mergetool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
cmd = \"C:/Program Files/KDiff3/kdiff3.exe\" \"$BASE\" \"$LOCAL\" \"$REMOTE\" -o \"$MERGED\"
[difftool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
cmd = \"C:/Program Files/KDiff3/kdiff3.exe\" \"$LOCAL\" \"$REMOTE\"
[url "[email protected]:"]
insteadOf = https://git.smartmodule.net/
[difftool]
prompt = true
[difftool "vsdiffmerge"]
cmd = \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\Common7\\IDE\\CommonExtensions\\Microsoft\\TeamFoundation\\Team Explorer\\vsdiffmerge.exe\" \"$LOCAL\" \"$REMOTE\" //t
keepBackup = false
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[credential]
helper = "!f() { /root/.vscode-server/bin/2b9aebd5354a3629c3aba0a5f5df49f43d6689f8/node /tmp/vscode-remote-containers-9669530c1ddca4fa7b1438b95129151b954035ef.js $*; }; f"