From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SZ2Jp-000372-Jm for garchives@archives.gentoo.org; Mon, 28 May 2012 15:57:17 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A31E4E078D; Mon, 28 May 2012 15:57:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6D68FE078D for ; Mon, 28 May 2012 15:57:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A90211B4057 for ; Mon, 28 May 2012 15:57:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6F00CE5428 for ; Mon, 28 May 2012 15:57:07 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <1338220616.3ecc00d785bf39634249b29005a53521315d68f2.xarthisius@gentoo> Subject: [gentoo-commits] proj/python:master commit in: / X-VCS-Repository: proj/python X-VCS-Files: README.html README.md X-VCS-Directories: / X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 3ecc00d785bf39634249b29005a53521315d68f2 X-VCS-Branch: master Date: Mon, 28 May 2012 15:57:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: af6b001f-919a-4507-a2cf-21c09fb3d557 X-Archives-Hash: fcabf6228d0b1ef272ba4b98fe91fb21 commit: 3ecc00d785bf39634249b29005a53521315d68f2 Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Mon May 28 15:56:56 2012 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Mon May 28 15:56:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/python.git;a=3D= commit;h=3D3ecc00d7 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 @@ +

Configuring your git clone localy

+

Make sure that your .git/config has the following settings:<= /p> +

[remote "origin"]
+    fetch =3D +refs/heads/*:refs/remotes/origin/*
+    url =3D git+ssh://git@git.overlays.gentoo.org/proj/python.git
+    pushurl =3D git@github.com:gentoo/python.git
+    pushurl =3D git+ssh://git@git.overlays.gentoo.org/proj/python.git
+[remote "github"]
+    url =3D git@github.com:gentoo/python.git
+    fetch =3D +refs/heads/*:refs/remotes/github/*
+
+

You can pull/push to both repos at once using --all 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 =3D +refs/heads/*:refs/remotes/origin/* + url =3D git+ssh://git@git.overlays.gentoo.org/proj/python.git + pushurl =3D git@github.com:gentoo/python.git + pushurl =3D git+ssh://git@git.overlays.gentoo.org/proj/python.gi= t + [remote "github"] + url =3D git@github.com:gentoo/python.git + fetch =3D +refs/heads/*:refs/remotes/github/* + +You can pull/push to both repos at once using _--all_ switch.