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

gsb history should show the last backup by default #30

Closed OpenBagTwo closed 9 months ago

OpenBagTwo commented 11 months ago

GIVEN Steve is using gsb to manage his saves AND Steve's base just got blown up by a creeper

WHEN Steve navigates to the root of his gsb-managed save repo and runs the command gsb history

THEN in addition to all tagged backups he should also see the latest backup, whether or not it's tagged

SO that he can reference and restore that backup without needing to supply the -a argument.

Notes