Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 333
刘思凡 Avatar asked Dec 24 '22 09:12

刘思凡


1 Answers

Try changing the following option:

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

like image 88
flyingdutchman Avatar answered Dec 26 '22 12:12

flyingdutchman