Joaquin Iurchuk
Joaquin Iurchuk

Reputation: 5627

Android Studio - Re enable popup marked as Don't show again

I'm user of Android Studio v1.0.2 and its SVN features.

When working with a SVN project and adding new files, Android Studio used to show a popup asking if I'd like to Schedule the file for addition. I ever hit NO, until one day I put "Don't show again".

Now I need that feature because I don't like to manually put ADD to every new file on a project.

Is there a fix without deleting all config?

Upvotes: 3

Views: 1462

Answers (2)

Shishram
Shishram

Reputation: 1516

In android studio go to file -> settings -> version control -> then choose ur version control type -> and there should be reset link on top right corner

Upvotes: 0

YFeizi
YFeizi

Reputation: 1528

Go to Settings -> Version Control -> Confirmation -> When files are created
Choose Show options before adding to version control

Upvotes: 6

Related Questions