Attachment: publickey -
Description: application/pgp-key



Le 11 juil. 2019 à 11:13, Christophe Battarel <christophe.batta...@altairis.fr> a écrit :

hello again,

a more easy question but i am struggling with it often and did not find the answer on the net :

i have a local git repo based on my github fork; how can i pull new created branch (10.0 for instance) without putting the mess in my repo ?

Best regards

Christophe

Hello,

In your local Git repository (your Fork), you can add the remote upstream Github repo like this :
git remote add upstream https://github.com/Dolibarr/dolibarr
Next, you just need to use fetch 
git fetch upstream
Finally, use git merge to merge a specific branch into your local branch.


BR,
Jean

Attachment: publickey -
Description: application/pgp-key


Attachment: signature.asc
Description: OpenPGP digital signature

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

Répondre à