18 lines
349 B
INI
Executable File
18 lines
349 B
INI
Executable File
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
process = git-lfs filter-process
|
|
required = true
|
|
[core]
|
|
editor = micro
|
|
[init]
|
|
defaultBranch = main
|
|
[alias]
|
|
squash-all = "!f(){ git reset $(git commit-tree \"HEAD^{tree}\" \"$@\");};f"
|
|
[push]
|
|
autoSetupRemote = true
|
|
[pull]
|
|
ff = only
|
|
[include]
|
|
path = .gitconfig.local
|