Github user zuyu commented on the issue:

    https://github.com/apache/incubator-quickstep/pull/133
  
    Thank you for merging my branch.
    
    FYI, I handle this situation using the following commands to ensure that 
`asf-git` would match the commit hash and merge this PR for us, instead of that 
I have to close it manually.
    
    ```
    $ git fetch origin
    $ git checkout hpp-using
    $ git rebase -i origin/master
    $ git push hpp-using -f
    $ git checkout master
    $ git rebase -i origin/hpp-using
    $ git push origin master
    $ git push origin --delete hpp-using
    ```
    
    And I have updated the 
[wiki](https://cwiki.apache.org/confluence/display/QUICKSTEP/Workflow+For+Committers).


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to