emacs/var/elfeed/db/data/00/00df84101229052e666c9852a2fb920c3472ccb1
2022-01-03 12:49:32 -06:00

16 lines
911 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Raw link: <a href="https://www.youtube.com/watch?v=mvjmokeifCo">https://www.youtube.com/watch?v=mvjmokeifCo</a></p>
<p>In this video I demonstrate some of the commands I have for working with
the built-in version control (VC) framework and, specifically, its Git
back-end. Those offer a layer of interactivity on top of the <code>git</code>
program you normally get on the command line, while the make various VC
interfaces easier to use.</p>
<p>Refer to my Emacs configuration file (“dotemacs”) for the implementation
details: <a href="https://protesilaos.com/emacs/dotemacs">https://protesilaos.com/emacs/dotemacs</a>. The specific item that
contains those extensions is <code>prot-vc.el</code>. Everything is part of my
dotfiles repository: <a href="https://gitlab.com/protesilaos/dotfiles">https://gitlab.com/protesilaos/dotfiles</a>.</p>