Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added section on enabling Commit Signing

Table of Contents
outlinetrue

 

How to contribute to Apache NiFi

...


Windows Specific configuration

The following options provide handling of long file paths that can be troublesome as well as not using Windows style line returns.

git config --global core.longpaths true
git config --global core.autocrlf false

Enable Commit Signing

The Apache NiFi API and primary repository require signed commits for merging approved changes into the project.

GitHub provides a set of instructions for signing commits and for configuring Git with your signing key.

GPG or SSH keys can be used for commit signing.

Clone a copy of the repository

...