On Sun, 10 Jul 2022 15:25:36 +0200 indieterminacy <indieterminacy@libre.brussels> wrote: > On 10-07-2022 04:12, jgart wrote: > Bonface gives very cogent demonstrations of workflow, encourage him to > do a screencast!
Bonface gave us a great demo screencast on using call-with-prompt and abort-to-prompt yesterday at the nairobilug meetup. See #nairobilug on libera > IMHO, the ultimate experience would be for everything operating from > Magit's interface - for the beneficence of Guix. I've started using emacs' built-in vc modules for git. See in lisp/vc/* for what's available in the emacs source repository. I've been using it with evil-collection bindings. It's not too bad: https://github.com/emacs-evil/evil-collection/tree/master/modes/vc-git https://github.com/emacs-evil/evil-collection/tree/master/modes/vc-annotate https://github.com/emacs-evil/evil-collection/tree/master/modes/vc-dir Maybe someday I'll learn magit properly. `vc-region-history` is not a bad `git blame` wrapper.