From bc7965c46509f17e738758ad58921fb80f14450f Mon Sep 17 00:00:00 2001 From: max Date: Mon, 15 Oct 2012 23:24:26 +0200 Subject: [PATCH] Some instructionfor setting up the repo. --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 2174a7c..af745bc 100644 --- a/README +++ b/README @@ -1,3 +1,8 @@ This is the mob branch. Anybody can push to it anonymously so beware. -Now go on and have fun hacking! :) +To get started with the repo checkout the mob branch and add the push +URL to origin: + +git checkout -b mob +git remote -v set-url --push origin ssh://repo.or.cz/srv/git/flub.git +Now go on and have fun hacking! :) -- 2.11.4.GIT