Re: [feature suggestion] Add 'git stash export', 'git stash import' commands to allow to backup stash externally
From: Yuri <hidden> Date: 2021-05-06 06:12:32
On 5/5/21 11:07 PM, Johannes Sixt wrote:
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.
No, it is work in progress. I begin to work on some modification or
update, discover some issue, and stash the update until this issue is
resolved,
It could take days, weeks, months to resolve them.
Yuri