On Sun, Oct 30, 2022 at 8:58 PM B 9 <[email protected]> wrote: > On Sun, Oct 30, 2022 at 7:28 PM John R. Hogerhuis <[email protected]> > wrote: > >> You could always script it out to do a git commit after every ctrl-z >> > > Sometimes, I don't know if you're joking or not... I mean, yes, that's > brilliant and should work. But, oh boy. Once again, you've got my brain > turning on completely needless, yet very cool ideas. ☺ > > Wasn't joking... this time.
If you're going to keep a host-side running backup of a program you're working on in this way, might as well let the host side help you manage the versions. git will list out the versions and you can compare versions at will to see exactly what changed. Could be a useful workflow. The other way to do that is filesystems and backup agents that give you a time machine feature. -- John.
