Github user rickysaltzer commented on the issue:
https://github.com/apache/nifi/pull/2020
hey @cammachusa sorry for gap in time, been pretty busy. I don't know if
this is the best way to do it, but here's a shot :)
First reset your `HEAD` inside your branch to the last commit before you
started your PR.
$ git reset --hard 02c05bc2037ca2e4ee1850a8cb765d85a4f3b8a3
Add my repo as a remote
$ git remote add ricky https://github.com/rickysaltzer/nifi.git
Fetch my repo and branches
$ git fetch ricky
Merge my rebase onto your branch.
$ git merge ricky/NiFi-3973
Make sure you see the following commit for your latest
$ git log --oneline | head -n1
1101ffc [NiFi-3973] Add PutKudu processor to ingest data to
---
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.
---