dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Dolibarr-dev] Fermeture du CVS


From: Laurent Destailleur (eldy)
Subject: Re: [Dolibarr-dev] Fermeture du CVS
Date: Mon, 03 Oct 2011 19:07:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15

A documentation has also be started on dolibarr wiki:
http://wiki.dolibarr.org/index.php/FAQ_Get,update_GIT_project_sources


On 28/09/2011 23:03, CF wrote:
First, you must of course install git. Use aptitude or your favorite software manager.

Second, you must create a directory and go inside it:
mkdir dolibarr
cd dolibarr


Then, you have to clone the project
git clone https://github.com/Dolibarr/dolibarr.git

You can then select the branch you want to use (let's say master for us)
git checkout master

Last, you must really download the files. You can use git pull, but i prefer fetch. Pull is directly doing a merge with your own changes, while fetch will let you handle changes (and resolve conflicts) before merging anything. Also, for now, let's say we only want HEAD (latest commit).
git fetch -R HEAD

---

So, yes, once it is done, you can simply
cd dolibarr
git fetch



_______________________________________________ Dolibarr-dev mailing list address@hidden https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


-- 
Eldy (Laurent Destailleur).
---------------------------------------------------------------
EMail: address@hidden
Web: http://www.destailleur.fr

Dolibarr (Project leader): http://www.dolibarr.org
To make a donation for Dolibarr project via Paypal: address@hidden
AWStats (Author) : http://awstats.sourceforge.net
To make a donation for AWStats project via Paypal: address@hidden
AWBot (Author) : http://awbot.sourceforge.net
CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net

reply via email to

[Prev in Thread] Current Thread [Next in Thread]