Skip to content

Instantly share code, notes, and snippets.

@rjurney
Created November 1, 2013 22:37
Show Gist options
  • Save rjurney/7273087 to your computer and use it in GitHub Desktop.
Save rjurney/7273087 to your computer and use it in GitHub Desktop.
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = false
[remote "origin"]
url = https://github.com/numpy/numpy.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment