Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Cannot push changes to my gerrit any longer

I think the problem is you need to rebase your changes locally. 183392 has been merged, so you can no longer push it as a child commit of 183254

something like:

git fetch origin
git rebase origin/master

HTH
Jonah

~~~
Jonah Graham
Kichwa Coders
www.kichwacoders.com


On Wed, 25 Aug 2021 at 14:14, Martin Weber <fifteenknots505@xxxxxxxxx> wrote:
Hi all,

I'm working on gerrit
https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183254
but when I want to push, it says:
'change https://git.eclipse.org/r/c/cdt/org.eclipse.cdt/+/183392 closed'

In the history I can see commit c33e81872d3dc5f05fec87e2a7cac77f3ed17656 which
references my changesets.

What am I doing wrong here?

Martin
--
Cd wrttn wtht vwls s mch trsr.




_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cdt-dev

Back to the top