Git question: Rebasing a user branch
Andreas Schwab
schwab@linux-m68k.org
Tue Feb 4 23:09:00 GMT 2020
On Feb 04 2020, Bill Schmidt wrote:
> Hm. If I'm understanding you correctly, this still attempts to create a
> new branch:
>
> wschmidt@marlin:~/newgcc/gcc/config/rs6000$ git push --dry-run
> users/wschmidt +wschmidt/builtins:users/wschmidt/builtins
Sorry, that needs to be fully qualified, as it is not under refs/heads
(and /heads/ was missing on the remote side):
+wschmidt/builtins:refs/users/wschmidt/heads/builtins
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1
"And now for something completely different."
More information about the Gcc
mailing list