Skip to content

Instantly share code, notes, and snippets.

@varkadov
Created April 3, 2024 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save varkadov/c4639eda9cff5eccf1e3c31d63a7d735 to your computer and use it in GitHub Desktop.
Save varkadov/c4639eda9cff5eccf1e3c31d63a7d735 to your computer and use it in GitHub Desktop.
[core]
excludesfile = /Users/vgarkadov/.gitignore_global
autocrlf = input
[user]
name = Vadim Arkadov
email = vgarkadov@avito.ru
[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