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 g...@github.com:D-Programming-Language/dmd.git
At what point in the script should I insert that command?
Andrei