9 ms·
why did you make it so complicated? magit has a `magit-wip-mode` that just silently creates refs in git intermittently so you can just use the reflog to get th
by bananapub 7mo ago
why did you make it so complicated? magit has a `magit-wip-mode` that just silently creates refs in git intermittently so you can just use the reflog to get things back.
- cyrusradfar 7mo agoThis was designed for any file save. From what I know (correct me) magit-wip-mode hooks into editor saves. UNF hooks into the filesystem. magit-wip-mode is great if your only risk is your own edits in Emacs. UNF* exists because that's no longer the only risk; agents are rewriting codebases/docs and they don't use Emacs.