File

Use Git to manage your file version: file

Revert files

$ git checkout -- <file>
$ git checkout -- revert_file_name

Reference