From ba22d7471be71991a688eca9e640ce873110f7af Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 7 Nov 2011 16:14:47 +1100 Subject: [PATCH] Im sooooo happy, the repo can be initialised when its totally blank, like this form an existing repo: git remote add mygwvprepo https://username@website/gwvp/git/myrepo.git git push mygwvprepo master that is briliant. --- TODO | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/TODO b/TODO index 372bef6..3c48548 100644 --- a/TODO +++ b/TODO @@ -9,7 +9,7 @@ My basic roadmap of the things I want to do with this project in the order I wan Current ======= 1) implement repo permissions -2) add a page after repo creation to explain how to populate +2) add a page after repo creation to explain how to populate (via git remote add, git push name master) 3) remove initial repo bit via bundle - going to leave this here for now 4) fix up the gitbackend function once and for all -- 1.7.0.4