-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
67 lines (67 loc) · 1.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[gui]
recentrepo = C:/_projects/smapi
recentrepo = C:/_projects/smdb
recentrepo = C:/3MHIS/datagrid
recentrepo = C:/_projects/custom_reports
[user]
name = Shane Walters
email = nbstrat@gmail.com
[core]
autocrlf = true
editor = \"C:/Program Files (x86)/GitExtensions/GitExtensions.exe\" fileeditor
longpaths = true
packedGitLimit = 128m
packedGitWindowSize = 128m
excludesfile = ~/.gitignore_global
trustExitCode = true
[merge]
tool = kdiff3
[diff]
guitool = kdiff3
[push]
default = matching
[alias]
hist = log --oneline --abbrev-commit --all --graph --decorate --color
changelog = !$GIT_DIR/changelog.sh
[pvcs]
location = c:/pvcs
[color "status"]
changed = red normal bold
untracked = red normal bold
added = green normal bold
[color "diff"]
old = red normal bold
new = green normal bold
[color "branch"]
remote = red normal bold
current = green normal bold
plain = red normal dim
local = white normal bold
[color "interactive"]
error = red bold
prompt = green normal bold
[mergetool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
[difftool "kdiff3"]
path = C:/Program Files/KDiff3/kdiff3.exe
[filter "lfs"]
smudge = git-lfs smudge -- %f
required = true
clean = git-lfs clean -- %f
process = git-lfs filter-process
[pack]
deltaCacheSize = 128m
packSizeLimit = 128m
windowMemory = 512m
[includeIf "gitdir:C:/_projects/bogus/"]
path = .gitconfig-work
[includeIf "gitdir:C:/3MHIS/"]
path = .gitconfig-work
[credential]
helper = manager
[http]
postBuffer = 524288000
[status]
showUntrackedFiles = all
[init]
defaultBranch = main