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

Separately manage saves located in the same directory #29

Open OpenBagTwo opened 11 months ago

OpenBagTwo commented 11 months ago

GIVEN Alex wants to use gsb to manage the saves for a game where each save is a single file all located in the same folder

WHEN she navigates to the folder containing those saves AND she runs gsb init --track save1 AND THEN once that's completed runs gsb init --track save2

THEN she should be prompted as to whether she wants to create a separate backup repo in that location (or whether she wants to add "save2" to the existing repo)

SO that she has the option of managing the histories of those files separately

Notes

I didn't know that git could do this! Pretty neat!