commit: 5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Aug 8 20:01:59 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Aug 8 20:02:08 2015 +0000 URL: https://gitweb.gentoo.org/proj/python.git/commit/?id=5bb7cc6e
Remove duplicate README from version control README.html | 12 ------------ 1 file changed, 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://[email protected]/proj/python.git - pushurl = [email protected]:gentoo/python.git - pushurl = git+ssh://[email protected]/proj/python.git -[remote "github"] - url = [email protected]: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
