Adding new files to git via IntelliJ
git, intellij-idea
Solution
IDEA doesn't show new files in the `Commit Project` dialog, vote for:
- IDEA-73077 Commit Changes: add option to show unversioned files there
Your question is also a duplicate of
- Show untracked files in JetBrains intellij for git.
Problem
New file has been created inside scripts directory Meanwhile IDEA says that no changes were detected (which is true, no changes to committed files took place, yet new file was added) Once file is added manually IDEA now allows it to be committed How can i configure IDEA to detect new files and allow them to be added (if added from outside of IDEA)