diff options
-rw-r--r-- | README.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/README.html b/README.html deleted file mode 100644 index 634aa56..0000000 --- a/README.html +++ /dev/null @@ -1,12 +0,0 @@ -<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>
\ No newline at end of file |