I work on a group Java project using the Netbeans IDE on Windows, while some of the others use Linux. This creates conflicts with different end of line characters, which one can apparently solve using "git config core.autocrlf true". However, doing this through cmd returns:
"'git' is not recognized as an internal or external command,operable program or batch file."
This is because git is integrated in Netbeans, and so not installed (and configurable) standalone.
How does one do this configuration within Netbeans? Googling only returns installing git within Netbeans, but not its settings.
The Netbeans version is 11.3.