trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<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>