Reputation: 433
When I add a file in IntelliJ IDEA, it shows me a dialog 'Add File to Git', and I choose 'remember, don't ask again' by mistake. Now I want the dialog to show again. What can I do to revert this operation besides reset settings?
Upvotes: 6
Views: 2939
Reputation: 346
Try changing the following option:
Preferences > Version control > Confirmation > When files are created > Add silently.
Upvotes: 13