Skip to content

Instantly share code, notes, and snippets.

@quantjin
Last active August 29, 2015 13:57
Show Gist options
  • Save quantjin/9426435 to your computer and use it in GitHub Desktop.
Save quantjin/9426435 to your computer and use it in GitHub Desktop.
Github Organization Reop Setup for C9
clone from URL:
git@github.com:mementojs/memento.git
.git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git@github.com:mementojs/memento.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