Skip to content

Instantly share code, notes, and snippets.

@SarasArya
Created May 17, 2022 11:24
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 SarasArya/2034f6fe18bd2f93daa67e45e5765599 to your computer and use it in GitHub Desktop.
Save SarasArya/2034f6fe18bd2f93daa67e45e5765599 to your computer and use it in GitHub Desktop.
Git Config
[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