...
git remote add upstream https://github.com/apache/nifi.git
Checkout the 'master' or '
...
1.x.0' branch
git checkout -b master origin/master
will create a local, tracking branch named master
.
git checkout -b 0.x origin/01.x.0
will create a local, tracking branch named 0named 1.x.0
.
The master branch currently represents the next major release line (1.x). Substantial work here is underway to improve the NiFi's core framework and UI. If you're interested in building the 0.x baseline which is still actively released to include new components and bug fixes, please checkout the 0.x branch. Ultimately contributions will need to be applied to both branches in order to be included in subsequent releases.0).
The NiFi community uses a modified Gitflow development model. A summary:
...
The developer mailing list (dev@nifi.apache.org) is monitored pretty closely, and we tend to respond quickly. If you have a question, don't hesitate to shoot us an e-mail - we're here to help! Unfortunately, though, e-mails can get lost in the shuffle, so if you do send an e-mail and don't get a response within a day or two, it's our fault - don't worry about bothering us. Just ping the mailing list again.
@CapabilityDescription(