[aarch64-port-dev ] RFD: AOT for AArch64
Andrew Dinn
adinn at redhat.com
Mon Mar 26 10:20:45 UTC 2018
On 26/03/18 11:13, Andrew Haley wrote:
> On 03/26/2018 11:11 AM, Andrew Dinn wrote:
>> $ git checkout master; git pull <upstream> master
>
> What string did you use for <upstream> ?
In my case it is upstream :-)
That's because in my graal repo I have the origin repo set to my own
github repo and the upstream repo set to the Oracle repo:
[adinn at sputstik compiler]$ git remote -v
origin git at github.com:adinn/graal.git (fetch)
origin git at github.com:adinn/graal.git (push)
upstream https://github.com/graalvm/graal.git (fetch)
upstream https://github.com/graalvm/graal.git (push)
origin gets set by default when you clone the repo. I set upstream
explicitly using:
$ git remote add upstream https://github.com/graalvm/graal.git
regards,
Andrew Dinn
-----------
Senior Principal Software Engineer
Red Hat UK Ltd
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham, Michael ("Mike") O'Neill, Eric Shander
More information about the aarch64-port-dev
mailing list