Complex rebasing

Andrew Haley aph at redhat.com
Thu Dec 8 18:39:06 UTC 2016


On 08/12/16 18:29, Tom Rodriguez wrote:
> git pull —rebase origin master is the usual command I use

Ah, OK.  That is very different from what I did.

I tried "git rebase" but it rebased my checked-out code from my
personal master, not graalvm's real master.

My remote origin is

https://github.com/theRealAph/graal-core (branch aarch64_graal_misc_fixes)

and I want to rebase from

https://github.com/graalvm/graal-core (branch master)

Andrew.


More information about the graal-dev mailing list