Skip to content

Instantly share code, notes, and snippets.

@wlach
Created December 22, 2020 19:34
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 wlach/1d2d4f56a5f08cfe34c301cdf8b12879 to your computer and use it in GitHub Desktop.
Save wlach/1d2d4f56a5f08cfe34c301cdf8b12879 to your computer and use it in GitHub Desktop.
wlach@antwerp glean-dictionary % cat ~/.gitconfig
[user]
email = wrlach@gmail.com
name = William Lachance
[core]
editor = code --wait
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment