-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`
- Loading branch information
Showing
1 changed file
with
40 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters