Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/python:master commit in: /
Date: Mon, 28 May 2012 15:57:17
Message-Id: 1338220616.3ecc00d785bf39634249b29005a53521315d68f2.xarthisius@gentoo
1 commit: 3ecc00d785bf39634249b29005a53521315d68f2
2 Author: Kacper Kowalik (Xarthisius) <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 28 15:56:56 2012 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Mon May 28 15:56:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/python.git;a=commit;h=3ecc00d7
7
8 Add stubs for README.md, README.html will be automatically generated via post-commit hook
9
10 ---
11 README.html | 12 ++++++++++++
12 README.md | 13 +++++++++++++
13 2 files changed, 25 insertions(+), 0 deletions(-)
14
15 diff --git a/README.html b/README.html
16 new file mode 100644
17 index 0000000..634aa56
18 --- /dev/null
19 +++ b/README.html
20 @@ -0,0 +1,12 @@
21 +<h3>Configuring your <em>git clone</em> localy</h3>
22 +<p>Make sure that your <em>.git/config</em> has the following settings:</p>
23 +<pre><code>[remote "origin"]
24 + fetch = +refs/heads/*:refs/remotes/origin/*
25 + url = git+ssh://git@×××××××××××××××××××.org/proj/python.git
26 + pushurl = git@××××××.com:gentoo/python.git
27 + pushurl = git+ssh://git@×××××××××××××××××××.org/proj/python.git
28 +[remote "github"]
29 + url = git@××××××.com:gentoo/python.git
30 + fetch = +refs/heads/*:refs/remotes/github/*
31 +</code></pre>
32 +<p>You can pull/push to both repos at once using <em>--all</em> switch.</p>
33 \ No newline at end of file
34
35 diff --git a/README.md b/README.md
36 new file mode 100644
37 index 0000000..163fdac
38 --- /dev/null
39 +++ b/README.md
40 @@ -0,0 +1,13 @@
41 +### Configuring your _git clone_ localy
42 +Make sure that your _.git/config_ has the following settings:
43 +
44 + [remote "origin"]
45 + fetch = +refs/heads/*:refs/remotes/origin/*
46 + url = git+ssh://git@×××××××××××××××××××.org/proj/python.git
47 + pushurl = git@××××××.com:gentoo/python.git
48 + pushurl = git+ssh://git@×××××××××××××××××××.org/proj/python.git
49 + [remote "github"]
50 + url = git@××××××.com:gentoo/python.git
51 + fetch = +refs/heads/*:refs/remotes/github/*
52 +
53 +You can pull/push to both repos at once using _--all_ switch.