made the pack completely portable and wrote relevent bat files to go with it
This commit is contained in:
20
gitportable/etc/gitconfig
Normal file
20
gitportable/etc/gitconfig
Normal file
@@ -0,0 +1,20 @@
|
||||
[core]
|
||||
symlinks = false
|
||||
autocrlf = true
|
||||
fscache = true
|
||||
[color]
|
||||
interactive = true
|
||||
ui = auto
|
||||
[help]
|
||||
format = html
|
||||
[diff "astextplain"]
|
||||
textconv = astextplain
|
||||
[rebase]
|
||||
autosquash = true
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[credential]
|
||||
helper = helper-selector
|
||||
Reference in New Issue
Block a user