From 3ecc00d785bf39634249b29005a53521315d68f2 Mon Sep 17 00:00:00 2001 From: "Kacper Kowalik (Xarthisius)" Date: Mon, 28 May 2012 17:56:56 +0200 Subject: 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(+) create mode 100644 README.html create mode 100644 README.md 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:

+
[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/*
+
+

You can pull/push to both repos at once using --all switch.

\ 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@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/* + +You can pull/push to both repos at once using _--all_ switch. -- cgit v1.2.3-65-gdbad