Reputation: 793
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
Reputation: 1220
The history of your project is automatically saved in android studio.
Or you can also learn version control with git. From here
Upvotes: 2