Github user harshach commented on the issue:
https://github.com/apache/storm/pull/1882
@kamleshbhatt you can do the following in your branch.
git rebase -i HEAD~9
and pick one commit as your main commit and add "s" against all the other
commits.
and change the commit title to "STORM-1292: port
backtype.storm.messaging-test to java View changes"
git push -f origin master to push the changes into your repo which will be
reflected in the PR automatically.
I recommend you to branch your repo for any contributions . Usually I keep
the master on par with apache storm master and don't make any changes in the
maser.
if you are working on a JIRA . Do git checkout -b STORM-1292 and make
changes within the branch and push to your fork. This way you can keep the
master clean and sync up with apache storm master.
---
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.
---