Skip to content

Instantly share code, notes, and snippets.

@nsisodiya
Created May 28, 2019 09:10
Show Gist options
  • Save nsisodiya/4f2b26715f36d9a7c75f324b644950f8 to your computer and use it in GitHub Desktop.
Save nsisodiya/4f2b26715f36d9a7c75f324b644950f8 to your computer and use it in GitHub Desktop.
.git/config Sample
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = git@github.com:nsisodiya/capture-website.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "upstream"]
url = https://github.com/sindresorhus/capture-website.git
fetch = +refs/heads/*:refs/remotes/upstream/*
[user]
name = Narendra Sisodiya
email = narendra.sisodiya.1983@gmail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment