Disable auto add Intellij in VCS / Git

I accidentally turned on auto-add new files in Git and clicked Remember my decision, don't ask again (or whatever is actually there) and now I can't change the selection in Settings> Version Control> Confirmation, these options highlighted in gray. Is there a way to turn this off again?

+3


source to share


2 answers


On Ubuntu 16.04 - Follow the link:

File -> Settings -> Version Control -> Confirmation -> When files are created



Here you can customize the behavior of IDEA for when a file is added or removed (and other scripts), options: - silently adds the file to Git or pops up a popup with options or if it shouldn't do anything

select the option: "Do not add"

+6


source


Preferences> Version Control> Confirmation is the only place where you can configure this behavior.



This is common functionality not only for git. I've never seen him disconnected. Does this happen for all controls in the Confirmation node? How about the other options under Version Control? Does restarting the IDE resolve?

+1


source







All Articles