Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 3ecc00d785bf39634249b29005a53521315d68f2
Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 15:56:56 2012 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Mon May 28 15:56:56 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=3ecc00d7
Add stubs for README.md, README.html will be automatically generated via post-commit hook
---
README.html | 12 ++++++++++++
README.md | 13 +++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..634aa56
--- /dev/null
+++ b/README.html
@@ -0,0 +1,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@.../proj/python.git
+ pushurl = git@...:gentoo/python.git
+ pushurl = git+ssh://git@.../proj/python.git
+[remote "github"]
+ url = git@...: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
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..163fdac
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+### Configuring your _git clone_ localy
+Make sure that your _.git/config_ has the following settings:
+
+ [remote "origin"]
+ fetch = +refs/heads/*:refs/remotes/origin/*
+ url = git+ssh://git@.../proj/python.git
+ pushurl = git@...:gentoo/python.git
+ pushurl = git+ssh://git@.../proj/python.git
+ [remote "github"]
+ url = git@...:gentoo/python.git
+ fetch = +refs/heads/*:refs/remotes/github/*
+
+You can pull/push to both repos at once using _--all_ switch.
|
|