dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] simple git question


From: Christophe Battarel
Subject: Re: [Dolibarr-dev] simple git question
Date: Thu, 11 Jul 2019 15:45:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.1

do you have an example ?

Le 11/07/2019 à 12:40, Sasa Ostrouska a écrit :
On Thu, Jul 11, 2019 at 12:42 PM Christophe Battarel
<address@hidden> wrote:
i should be more accurate :

1) i have a fork on github based on dolibarr github repo

2) i have a local repo linked with my fork

3) i often do git pull from dolibarr (not my fork) github repo to get latest code, then i push on my github fork

4) this way i can make commit on my local repo, push on my github fork, and make PR on dolibarr official repo.


My question is : when a new branch is created on dolibarr official repo (latest was 10.0), how do i get it in my local and my fork repos ?

"git fetch " should do the job for everything. Then you have to use
"git merge" to merge what you need and where you need it.

man git fetch

Rgds
Saxa

i guess other dolibarr contributors should face the same "problem" (for me)...


Thanks

Christophe


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


reply via email to

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