Re: [Koha-devel] To maintain a 'dev installation with rep 3.0.x
Hi, At 14.54 03/09/2008, Galen Charlton wrote:
On Wed, Sep 3, 2008 at 3:36 AM, Zeno Tajoli <tajoli@cilea.it> wrote:
get checkout my3.0.x
You may want to do
git checkout -b my3.0.x
in order to create a new 3.0 working branch, unless my3.0.x exists already.
in fact I have done an error on cut & paste. The instruction that I thin to use are: git fetch git branch --track kohaclone origin/3.0.x ['kohaclone' is the name of my local branch] get checkout kohaclone get pull I want only to update an existing branch. Thank you Zeno Tajoli Zeno Tajoli CILEA - Segrate (MI) tajoliAT_SPAM_no_prendiATcilea.it (Indirizzo mascherato anti-spam; sostituisci quanto tra AT con @)
Zeno Tajoli a écrit :
in fact I have done an error on cut & paste. in fact you did 3 ;-) :
get checkout kohaclone get pull
won't give you anything interesting. git checkout kohaclone git pull will be much more usefull :D -- Paul POULAIN http://www.biblibre.com Expert en Logiciels Libres pour l'info-doc NOUVEAU TELEPHONE : 04 91 81 35 08
participants (2)
-
Paul POULAIN -
Zeno Tajoli