Github user pbchou commented on the issue:

    https://github.com/apache/trafficserver/pull/1044
  
    @brkishore -- I did the following on my back-port PRs --
    - git checkout \<feature-branch-under-6.2.x-branch\>
    - git log (to identify SHA1 of the last commit before my commits)
    - git reset --hard \<SHA1-above\>
    - git cherry-pick -x \<SHA1-of-the-commit-under-master-to-cherry-pick\>
    - git push --force origin \<feature-branch-under-6.2.x-branch\>
    
    Seems to work without destroying the original PR.


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