diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-08-08 22:01:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-08-08 22:02:08 +0200 |
commit | 5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d (patch) | |
tree | cdd05d40014f990a187e998674f272a8a933d782 | |
parent | Remove outdated ebuilds (diff) | |
download | python-5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d.tar.gz python-5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d.tar.bz2 python-5bb7cc6e2317c107c600023a9bfcc4e9a7e2689d.zip |
Remove duplicate README from version control
-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 |