RFD: AOT for AArch64 (original) (raw)
Andrew Dinn adinn at redhat.com
Mon Mar 26 10:20:45 UTC 2018
- Previous message: RFD: AOT for AArch64
- Next message: RFD: AOT for AArch64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 26/03/18 11:13, Andrew Haley wrote:
On 03/26/2018 11:11 AM, Andrew Dinn wrote:
$ git checkout master; git pull master What string did you use for ? 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
- Previous message: RFD: AOT for AArch64
- Next message: RFD: AOT for AArch64
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]