17 lines
1.2 KiB
Plaintext
17 lines
1.2 KiB
Plaintext
<p>Today I’ve 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>I’ve 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 don’t 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 there’s still a spark of brilliance in our “ancient” community! M-x forever!</p> |