Git Global Options
See Also
Setting Git Global Options
Open the Git Options window:
- Choose Tools > Options. The IDE's Options window opens.
- Select the Miscellaneous > Versioning tabs, then select
Git under Versioning Systems.
The following Git Global Options properties
can be set:
- Automatically open Output window tabs. If selected, the Output window displays when versioning operations that involve
interaction with the Git repository take place (for example, clone, fetch, pull, push).
- Exclude new files from commit automatically. Select to omit new files during the commit.
- Add Signed-off-by line by the committer at the end of the commit log message. Select to add a committer's name as a signer in a log message during the commit.
- Permanently ignore non-sharable folders. When selected, the IDE ignores files and folders not meant to commit (for example, build and dist for J2SE projects) and adds paths to them to the .gitignore file.
- See Also
- About Git Support
Legal Notices