Github user dinoboy197 commented on the pull request:

    https://github.com/apache/maven/pull/70#issuecomment-185839435
  
    @barthel - I think all you should need to do is to rebase your feature 
branch (MNG-3092) against upstream/master.
    
    Something like this should do it (assuming that in your git clone, upstream 
is configured to point to apache/maven and origin is configured to point to 
barthel/maven):
    * `git fetch upstream`
    * `git checkout MNG-3092`
    * `git rebase upstream/master`
    * `git push -f origin MNG-3092`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to