You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/10/01 15:34:42 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on issue #2854: the 2.10.0 clustered-grouping demo have BUG

clebertsuconic commented on issue #2854: the 2.10.0 clustered-grouping demo have BUG
URL: https://github.com/apache/activemq-artemis/pull/2854#issuecomment-537094327
 
 
   YOu made a mess on this PR.
   
   You should do the following:
   
   ```sh
   git remote add upstream https://github.com/apache/activemq-artemis.git
   git fetch upstream
   git checkout upstream/master -B new-master
   git cherry-pick 2.6.x 
   # add any other commits you have here, I'm using 2.6.x will have your last and only commit
   git checkout -B 2.6.x
   git push origin 2.6.x -f
   ```
   
   
   As it stands this is a complete mess and I don't know how to look on this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services