-
Notifications
You must be signed in to change notification settings - Fork 164
Home
Xarthisius edited this page Mar 1, 2012
·
6 revisions
Welcome to the sci wiki!
Make sure that your .git/config has the following settings:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git+ssh://git@git.overlays.gentoo.org/proj/sci.git
pushurl = git@github.com:gentoo-science/sci.git
pushurl = git+ssh://git@git.overlays.gentoo.org/proj/sci.git`
[remote "github"]
url = git@github.com:gentoo-science/sci.git
fetch = +refs/heads/*:refs/remotes/github/*
You can pull/push to both repos at once using --all switch.