Am 05.05.21 um 21:51 schrieb Yuri: > I work in a very large repository, but all of it except for my stashed > items can be re-downloaded from the remote URL. > > > Stash though is much smaller in size and is especially valuable. Its > loss would be very expensive. I would argue that you are doing something wrong if your stashes are particularly valuable. If you regularly revert temporary, but precious work, then you should commit the work and mark it with a branch tip or tag. > Could you please consider adding 'git stash export', 'git stash import' > commands so that in case of an accidental repository loss stash can be > imported from the external backup? -- Hannes