Skip to content

Instantly share code, notes, and snippets.

@jimallman
Created December 30, 2013 19:26
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 jimallman/3388422d04179105e530 to your computer and use it in GitHub Desktop.
Save jimallman/3388422d04179105e530 to your computer and use it in GitHub Desktop.
.git/config under /home/repo/treenexus_test
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://github.com/OpenTreeOfLife/treenexus_test.git
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "originssh"]
url = git@github.com:OpenTreeOfLife/treenexus_test.git
fetch = +refs/heads/*:refs/remotes/originssh/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment