Mike,

I believe you will want to rebase your branch on the latest master before
you submit your PR.  First, update your master branch if you have not
already done so, with commands like the following:

git checkout master
git fetch origin
git merge origin/master

Second, rebase your feature branch so that your commits are relative to the
latest master:

git checkout NIFI-4731
git rebase master

Given the recent changes in the GCP bundle, you may have some conflicts to
resolve.  A GUI tool like IntelliJ can be very handy for resolving git
conflicts if you are not familiar with the command-line git resolution
process (almost nobody is).

If that does not work for you, an alternative would be to create a new
branch from the latest master, then manually copy/paste your changes to
make a more concise commit.

Thanks,

James

On Sun, Jan 7, 2018 at 7:16 PM, Mikhail Sosonkin <mikh...@synack.com.invalid
> wrote:

> Hi Devs,
>
> I'm trying to create a PR for this branch in my fork
> https://github.com/nologic/nifi/tree/NIFI-4731. I see that master has
> moved
> on to 1.5.0 but I'd like to have the processor built for 1.4 and later.
> It's the version we're using. However, I don't see an origin/1.4.0 based on
> the instructions from the contributor guide. How do I go about this? Please
> give simple instructions, I'm not exactly a git master :)
>
> Thanks,
> Mike.
>
> --
> This email may contain material that is confidential for the sole use of
> the intended recipient(s).  Any review, reliance or distribution or
> disclosure by others without express permission is strictly prohibited.  If
> you are not the intended recipient, please contact the sender and delete
> all copies of this message.
>

Reply via email to