0

I'm not sure why, and I may have disabled this by default by accident, but whenever I create a new file, it appears in 'red' since it is not staged on Intellij. How do I automatically stage the files instead of going into Bash?

anshul
  • 2,431
  • 2
  • 10
  • 22

1 Answers1

2

In IntelliJ Go to the location File -> Settings -> Version control -> Confirmation -> Select "Add silently". Just as in the below screenshot:

enter image description here

For more info please refer thread Add a new file in Intellij doesn't add to subversion.

Deshan Koswatte
  • 138
  • 1
  • 12