Created
May 17, 2022 11:24
-
-
Save SarasArya/2034f6fe18bd2f93daa67e45e5765599 to your computer and use it in GitHub Desktop.
Git Config
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
[user] | |
name = <Your Name> | |
email = <your email id> | |
[init] | |
defaultBranch = main | |
[pull] | |
rebase = true | |
[fetch] | |
prune = true | |
[push] | |
default = upstream |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment