Git question: Rebasing a user branch
Andreas Schwab
schwab@linux-m68k.org
Tue Feb 4 22:31:00 GMT 2020
On Feb 04 2020, Bill Schmidt wrote:
> wschmidt@marlin:~/newgcc/gcc/config/rs6000$ git push --dry-run
> users/wschmidt +wschmidt/builtins
> To git+ssh://gcc.gnu.org/git/gcc.git
> Â * [new branch]Â Â Â Â Â Â Â Â Â Â Â Â Â wschmidt/builtins -> wschmidt/builtins
>
> Well, that's odd, why is it trying to create a new branch?
You told it so, with the refspec you used. Instead you want to push to
users/wschmidt/builtins on the remote side,
ie. +wschmidt/builtins:users/wschmidt/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