Skip to content

Instantly share code, notes, and snippets.

@ParikshitChavan
Last active July 15, 2022 15:00
Show Gist options
  • Select an option

  • Save ParikshitChavan/c2f25cad35cf2ac6ab08fa3ef0fd379a to your computer and use it in GitHub Desktop.

Select an option

Save ParikshitChavan/c2f25cad35cf2ac6ab08fa3ef0fd379a to your computer and use it in GitHub Desktop.
[core]
excludesfile = ~/.gitignore
editor = code --wait
[user]
name = ParikshitChavan
email = [email protected]
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[alias]
co = checkout
[pull]
ff = only
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment