[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]
|
||||
directory = /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/homebrew/homebrew-core
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
autocrlf = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue