publickey -
Description: application/pgp-key
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
|
publickey -
Description: application/pgp-key
signature.asc
Description: OpenPGP digital signature
_______________________________________________
Dolibarr-dev mailing list
Dolibarr-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/dolibarr-dev