mirror of
https://github.com/guilhermewerner/dotfiles
synced 2025-06-16 11:24:19 +00:00
Update scripts
This commit is contained in:
13
shared/.gitconfig
Normal file
13
shared/.gitconfig
Normal file
@ -0,0 +1,13 @@
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[user]
|
||||
name = Guilherme Werner
|
||||
email = guilhermewerner@tribufu.com
|
||||
[core]
|
||||
longpaths = true
|
||||
fileMode = false
|
||||
[init]
|
||||
defaultBranch = "main"
|
Reference in New Issue
Block a user