Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2 Git repository moved to GitHub

The only reference I can give is this:

https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/configuring-a-remote-for-a-fork
https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork

where the "original repository" is called the "upstream"


as always this is not mandatory and one could for sure use different aproaches.

Am 17.03.22 um 14:26 schrieb Jonah Graham:


On Thu., Mar. 17, 2022, 09:25 Mickael Istria, <mistria@xxxxxxxxxx <mailto:mistria@xxxxxxxxxx>> wrote:



    On Thu, Mar 17, 2022 at 2:16 PM Christoph Läubrich
    <laeubi@xxxxxxxxxxxxxx <mailto:laeubi@xxxxxxxxxxxxxx>> wrote:

        beside that the following would be more appropriate:
        1) fork (or update) https://github.com/eclipse-equinox/p2
        <https://github.com/eclipse-equinox/p2>
        2) git remote set-url origin git@xxxxxxxxxx
        <mailto:git@xxxxxxxxxx>:<your username>/p2.git
        3) git remote add upstream
        https://github.com/eclipse-equinox/p2.git
        <https://github.com/eclipse-equinox/p2.git>


    Is this origin/upstream what's recommended by GitHub?


FWIW On GH I have always used origin for the origin and jonah for my fork.

Jonah


-- Mickael Istria
    Eclipse IDE <https://www.eclipse.org/eclipseide> developer, for Red
    Hat Developers <https://developers.redhat.com/>
    _______________________________________________
    p2-dev mailing list
    p2-dev@xxxxxxxxxxx <mailto:p2-dev@xxxxxxxxxxx>
    To unsubscribe from this list, visit
    https://www.eclipse.org/mailman/listinfo/p2-dev
    <https://www.eclipse.org/mailman/listinfo/p2-dev>


_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/p2-dev


Back to the top