Allows you to take snapshot of your project and rollback to a snap whenever you want to
-
Clone the repository using: git clone https://github.com/philip-sebatian/SNAP
-
Navigate to the cloned repository: cd SNAP/out/build
-
Compile the code using the following command: sudo make install
-
SNAP init - to initialize local repo
-
SNAP snapshot <snap_name> - to take a snapshot of your project with name <snap_name>
-
SNAP log - list all the snaps you have taken
-
SNAP rollback - allows you to go back to a particular snapshot