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

17 lines
1.2 KiB
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>Today Ive learned about <a href="https://github.com/kahole/edamagit">edamagit</a>, a super
faithful port of Magit for VS Code. It looks pretty similar to Magit and even has
the same keybindings as Magit (e.g. you display it with <code class="language-plaintext highlighter-rouge">M-x g</code>).</p>
<p><img alt="edamagit_demo.gif" src="https://github.com/kahole/edamagit/raw/5ebf38107c6130cc16a23f18d84aeecc21f09fe8/magit_commit_demo.gif" /></p>
<p>Ive played with it a bit and it definitely makes using Git in VS Code a lot more fun. If for some reason you have to use VS Code this will make you feel right at home.</p>
<p>Here are a couple of useful resources to get you started with <code class="language-plaintext highlighter-rouge">edamagit</code>:</p>
<ul>
<li><a href="https://hole.dev/articles/edamagit-introduction/">Visual Tutorial</a></li>
<li><a href="https://www.youtube.com/watch?v=kDISNtPYhjk">Tutorial Screencast</a></li>
</ul>
<p>I dont know about you, but I always feel great when I see that an Emacs package is
so innovative and awesome that users of other editors try to replicate its functionality in their editor of choice. It seems theres still a spark of brilliance in our “ancient” community! M-x forever!</p>