forked from gentoo/python
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.html
More file actions
Latest commit
12 lines (12 loc) · 582 Bytes
/
Copy pathREADME.html
File metadata and controls
12 lines (12 loc) · 582 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<h3>Configuring your <em>git clone</em> localy</h3>
<p>Make sure that your <em>.git/config</em> has the following settings:</p>
<pre><code>[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git+ssh://git@git.overlays.gentoo.org/proj/python.git
pushurl = git@github.com:gentoo/python.git
pushurl = git+ssh://git@git.overlays.gentoo.org/proj/python.git
[remote "github"]
url = git@github.com:gentoo/python.git
fetch = +refs/heads/*:refs/remotes/github/*
</code></pre>
<p>You can pull/push to both repos at once using <em>--all</em> switch.</p>