OpenBagTwo / gsb

A tool for managing incremental backups of your save states using Git!
https://openbagtwo.github.io/gsb/
GNU General Public License v3.0
0 stars 0 forks source link

Detect and onboard existing gsb-managed saves #13

Open OpenBagTwo opened 1 year ago

OpenBagTwo commented 1 year ago

GIVEN Steve moved the directory where game-of-the-week, a title whose save he was managing with gsb to a new location or a new computer

WHEN he runs the command gsb onbard /path/to/game-of-the-week/save

THEN gsb will recursively search that directory for .gsb_manifest files, verifying that each one is located next to a valid .git directory and prompting him to specify an alias for each one

SO that he doesn't have to init (#2) the save game all over again and doesn't even have to know exactly where the savegame is located

Notes