2.6.1
Changes:
- option
-b
orbackup
improved, a better name for the snapshots of the programs you create; - new option
-o
oroverwrite
that allows you to roll back to a previous version of the program.
To save a snapshot:
am -b $PROGRAM
To restore a program to a previous saved version:
am -o $PROGRAM
All the snapshots are stored in your home diectory, at /home/$USER/.am-snapshots/$PROGRAM