Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created September 10, 2013 04:57
Show Gist options
  • Save nacyot/6505154 to your computer and use it in GitHub Desktop.
Save nacyot/6505154 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:nacyot/vsns.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "upstream"]
url = git@github.com:dev-study/vsns.git
fetch = +refs/heads/*:refs/remotes/upstream/*
fetch = +refs/pull/*/head:refs/remotes/upstream/pr/*
[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