Closed varunkudalkar closed 3 years ago
@varunkudalkar would you please sign Eclipse Contributor Agreement? thanks :)
@gaol, I signed Eclipse Contributor Agreement, please validate and merge.
@varunkudalkar thanks, would you please squash into one commit? I will merge it when it is done :)
@varunkudalkar looks like you need to rebase :)
@varunkudalkar looks like you need to rebase :)
@gaol nothing returned on rebase, What to do next?
@varunkudalkar I see 10
commits in this PR, and 26
files changed. I think you can try to do the following:
git checkout master
git pull
// it looks like you are using master as your work branch, I think using a different branch will save lots of troubles.
git rebase origin/master
// maybe update the commits
git push <Your Fork Repo Name> master
Are you in vertx discord or gitter? we can discuss directly if you want :)
@varunkudalkar thank you for the contribution, I cherry-picked your commit into a new PR #46. :) This will be closed as suppressed by #46
Added changes according to issue #23.