Created
April 3, 2024 15:47
-
-
Save varkadov/c4639eda9cff5eccf1e3c31d63a7d735 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[core] | |
excludesfile = /Users/vgarkadov/.gitignore_global | |
autocrlf = input | |
[user] | |
name = Vadim Arkadov | |
email = [email protected] | |
[remote "origin"] | |
prune = true | |
[filter "lfs"] | |
process = git-lfs filter-process | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
[init] | |
defaultBranch = main | |
[push] | |
autoSetupRemote = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment