Skip to content

Instantly share code, notes, and snippets.

@sarina
Created June 15, 2015 17:40
Show Gist options
  • Save sarina/4656d88b03a3667b9336 to your computer and use it in GitHub Desktop.
Save sarina/4656d88b03a3667b9336 to your computer and use it in GitHub Desktop.
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = https://github.com/edx/edx-platform.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
[branch "master"]
remote = origin
merge = refs/heads/master
rebase = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment