update.sh

Andrei Alexandrescu SeeWebsiteForEmail at erdani.org
Mon Jan 16 08:57:48 PST 2012


On 1/16/12 9:22 AM, Jesse Phillips wrote:
> With that change it is likely you'll want to change update to use
> upstream instead of origin. Though it is probably dependent on if the
> user has upstream which I don't know of a good way to check. Or you
> could just require those to have an upstream.
>
> https://github.com/D-Programming-Language/tools/blob/c5c61a67b7f043f8127d3bf92c98d19a30d6b06d/update.sh#L136
>
>
> You can add the remote to your repository with
>
> git remote add upstream git at github.com:D-Programming-Language/dmd.git

At what point in the script should I insert that command?

Andrei


More information about the Digitalmars-d-announce mailing list