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/07/18 18:50:16 UTC

[GitHub] [activemq-artemis] clebertsuconic edited a comment on issue #2760: ARTEMIS-2420 Adding support for DLA/DLQ prefix for wildcard addresses

clebertsuconic edited a comment on issue #2760: ARTEMIS-2420 Adding support for DLA/DLQ prefix for wildcard addresses
URL: https://github.com/apache/activemq-artemis/pull/2760#issuecomment-512941009
 
 
   Do you have more changes? what changes you want to send in?
   
    You won't have access to my branch/fork. Work on your own:
   
   
   if you want to add more changes, do it on your fork:
   Do the following script:
   
   ```sh
   git remote add clebert https://github.com/clebertsuconic/activemq-artemis.git
   git fetch clebert
   git checkout clebert/ARTEMIS-2420 -B ARTEMIS-2420
   git push origin ARTEMIS-2420
   ```
   
   Do your stuff:
   
   
   ```sh
   git commit -a --amend
   git push origin -f
   ```
   
   
   send the Pull Request.
   
   i will close this when you have done it.

----------------------------------------------------------------
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