Github user uce commented on the pull request:

    https://github.com/apache/flink/pull/776#issuecomment-108791701
  
    Hey @lokeshrajaram. This is not right, but it's not a problem. We can 
easily fix it. :-) I suggest that you do the following:
    
    1. If you don't have the Flink repository as a remote, add it: `git add 
remote flink https://git-wip-us.apache.org/repos/asf/flink.git` and do a fetch 
`git fetch flink`. This depends on whether you cloned your fork or the main 
repo.
    
    2. Checkout a new branch from flink/master: `git checkout -b YOUR_BRANCH 
flink/master`.
    
    3. Cherry pick your commit: `git cherry-pick 3f07464`. This will add your 
commit to the new branch. There should be no conflicts.
    
    4. Now force push this to the branch of *this* pull request: `git push -f 
origin YOUR_BRANCH:checks_for_import`. Assuming that origin is your forked 
repository. You have to force push, because you are changing the history of 
this branch.


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

Reply via email to