To download the actual 3.0.x with git
Hi to all, I want to start a new dir the the actual 3.0.x. I know that web page is http://git.koha.org/cgi-bin/gitweb.cgi?p=Koha;a=shortlog;h=3.0.x Reading the wiki page http://wiki.koha.org/doku.php?id=en:development:git_usage I have done those commands: git clone git://git.koha.org/home/pub/scm/koha.git koha301 cd /my_path/koha301 git pull And now what do I need to do ? In my dir ../koha301 I see the actual unstable version Bye Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)
Hi, On Mon, Dec 1, 2008 at 9:20 AM, Zeno Tajoli <tajoli@cilea.it> wrote:
And now what do I need to do ? In my dir ../koha301 I see the actual unstable version
Also from that wiki page: git branch --track 3.0.x origin/3.0.x git checkout 3.0.x Regards, Galen -- Galen Charlton VP, Research & Development, LibLime galen.charlton@liblime.com p: 1-888-564-2457 x709 skype: gmcharlt
participants (2)
-
Galen Charlton -
Zeno Tajoli