刘思凡
刘思凡

Reputation: 433

Intellij IDEA, how to revert operation "Remember, don't ask again"?

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

Answers (1)

flyingdutchman
flyingdutchman

Reputation: 346

Try changing the following option:

Preferences > Version control > Confirmation > When files are created > Add silently.

Upvotes: 13

Related Questions