mesPhares gitconfig
This commit is contained in:
40
Server-Management/.gitconfig
Normal file
40
Server-Management/.gitconfig
Normal file
@ -0,0 +1,40 @@
|
||||
[alias]
|
||||
logline = log --pretty=format:'%ad - %Cred%h%Creset -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --abbrev-commit --date=short
|
||||
[core]
|
||||
autocrlf = true
|
||||
bare = false
|
||||
editor = C:\\Windows\\system32\\notepad.exe --wait
|
||||
filemode = false
|
||||
fscache = true
|
||||
ignorecase = true
|
||||
logallrefupdates = true
|
||||
repositoryformatversion = 0
|
||||
symlinks = false
|
||||
[diff "astextplain"]
|
||||
textconv = astextplain
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
smudge = git-lfs smudge -- %f
|
||||
[includeIf "gitdir/i:C:/"]
|
||||
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
||||
[includeIf "gitdir/i:G:/"]
|
||||
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
||||
[includeIf "gitdir/i:L:/"]
|
||||
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
||||
[includeIf "gitdir/i:T:/"]
|
||||
path = tfs.intra.infineon.com-tfs-ManufacturingIT.gitconfig
|
||||
[init]
|
||||
defaultbranch = master
|
||||
[pack]
|
||||
deltaCacheSize = 512m
|
||||
packSizeLimit = 100m
|
||||
threads = 1
|
||||
windowMemory = 100m
|
||||
[pull]
|
||||
rebase = false
|
||||
[sendpack]
|
||||
sideband = false
|
||||
[credential "https://tfs.intra.infineon.com"]
|
||||
provider = generic
|
Reference in New Issue
Block a user