← Back to context

Comment by Razengan

4 months ago

Is there any simple non-hacky way to "save" a snapshot of the working state, without clearing the working state like `stash` does?

I sometimes go in too far deep with a bunch of changes that should be committed separately but need to be worked on together, and I need to save it occasionally in case of data loss etc, and the only way I have/know is the good old "compress entire folder to a .zip"