VanessaF
VanessaF

Reputation: 793

Automatic saving of files history in Android Studio

I just want to know whether it is possible in Android studio to save the history of the project automatically? The problem for me is that if I can some files and later realize that the changes were not that good, it is difficult to get back to the last versions of the files. Of course, I can do this manually by always copying the folders with all files. But this turns out to be inconvenient.

I'd appreciate every comment.

Upvotes: 2

Views: 1221

Answers (1)

Shreemaan Abhishek
Shreemaan Abhishek

Reputation: 1220

The history of your project is automatically saved in android studio.

  1. Just click on VCS
  2. Select Local history
  3. Click on show history

See this image for more help

Or you can also learn version control with git. From here

Upvotes: 2

Related Questions