From 2d1c386787513ecc700d933ef2aca23e466eca21 Mon Sep 17 00:00:00 2001 From: AJ Rossini Date: Wed, 2 Jan 2008 19:59:41 +0100 Subject: [PATCH] last bit for incantation of adding something new. Should work now (I did test it). --- README | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README b/README index 04e0e0b..c40d817 100644 --- a/README +++ b/README @@ -95,4 +95,12 @@ Another approach would be to pull from the topic branch into the mob branch before uploading. Will work on a formal example soon. +(but the basic principle is that instead of the edit cycle on mob, do +something like: + git checkout mob + git pull . myTopicBranch + git push git+ssh://mob@repo.or.cz/srv/git/CommonLispStat.git mob:mob + + +) -- 2.11.4.GIT