[git] default branch, lfs, and fuck autocrlf
This commit is contained in:
parent
7910879ff7
commit
a665de04b6
1 changed files with 8 additions and 4 deletions
12
.gitconfig
12
.gitconfig
|
|
@ -17,7 +17,11 @@
|
||||||
[safe]
|
[safe]
|
||||||
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
[init]
|
||||||
|
defaultBranch = main
|
||||||
|
[core]
|
||||||
|
autocrlf = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue