je suis en train de finaliser une procédure pas à pas de l'installation
d'Eclipse jusqu'au premier push/pull


Le 03/10/11 19:07, Laurent Destailleur (eldy) a écrit :
> 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
>> [email protected]
>> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev
>
>
> -- 
> Eldy (Laurent Destailleur).
> ---------------------------------------------------------------
> EMail: [email protected]
> Web: http://www.destailleur.fr
>
> Dolibarr (Project leader): http://www.dolibarr.org
> To make a donation for Dolibarr project via Paypal: [email protected]
> AWStats (Author) : http://awstats.sourceforge.net
> To make a donation for AWStats project via Paypal: [email protected]
> AWBot (Author) : http://awbot.sourceforge.net
> CVSChangeLogBuilder (Author) : http://cvschangelogb.sourceforge.net
>
>
> _______________________________________________
> Dolibarr-dev mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/dolibarr-dev


Cordialement,
-- 
Régis Houssin
---------------------------------------------------------
Cap-Networks
30, quai de Verdun
71700 Tournus
FRANCE
VoIP: +33 1 83 62 40 03
GSM: +33 6 33 02 07 97
Web: http://www.cap-networks.com/
Email: [email protected]

Dolibarr developer: [email protected]
Web Portal: http://www.dolibarr.fr/
SaaS offers: http://www.dolibox.fr/
Shop: http://www.dolistore.com/
Development platform: https://doliforge.org/
---------------------------------------------------------

<<attachment: regis_houssin.vcf>>

_______________________________________________
Dolibarr-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev

Répondre à