Last active
July 15, 2022 15:00
-
-
Save ParikshitChavan/c2f25cad35cf2ac6ab08fa3ef0fd379a to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = ~/.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