Skip to content

2.6.1

Compare
Choose a tag to compare
@ivan-hc ivan-hc released this 07 Mar 17:28
· 6426 commits to main since this release
2dbe814

Changes:

  • option -b or backup improved, a better name for the snapshots of the programs you create;
  • new option -o or overwrite 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