TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Magit 4.0 Released

54 点作者 poidos9 个月前

10 条评论

turboponyy9 个月前
Magit is possibly one of the best pieces of software ever written. Its discoverable and intuitive interface makes complex operations trivial and trivial operations blazingly fast and frictionless. The interface you use <i>does</i> matter. Magit greatly reduces the overhead for most Git operations, and, as such, has undoubtedly made me a more proficient Git user by making it easier to materialize my thoughts, experiment, and feel confident performing operations I otherwise would second guess - to a degree that I doubt other interfaces could replicate. Magit holds your hand, whilst not abstracting away Git&#x27;s internals. It can not be praised enough.
评论 #41216040 未加载
bananapub9 个月前
it&#x27;s sort of hard to explain how good magit actually is unless you&#x27;ve sat down and spent some time using it. it&#x27;s just so incredibly pleasant to use; for selecting text to stage (select, s), for fixing a missing file from a commit (s, c, e), seeing per word diffs for the current file, show inline blame, rebase current branch on upstream (r p), automatically add changes to a magic ref&#x2F; so git can provide a persistent non-volatile undo log (magit-wip-mode) etc. it&#x27;s just logical and pleasant and right there in my editor, never getting in the way.<p>it&#x27;s so good I use it to work with git even when I&#x27;m not using emacs. it&#x27;s so good I barely remember how to use it conciously because my fingers just know which keys to press in a row to do things. it&#x27;s so good I donate money for something that hasn&#x27;t had a release in three years.
cmrdporcupine9 个月前
There&#x27;s a kind of &quot;Magit Imitation&quot; project <a href="https:&#x2F;&#x2F;github.com&#x2F;altsem&#x2F;gitu">https:&#x2F;&#x2F;github.com&#x2F;altsem&#x2F;gitu</a> that aims to do what it does but sans-emacs. And it&#x27;s ... fine... but what I realized once I started playing with it was that a large part of what makes magit.. magic... is the editor &#x2F; buffers being <i>right there</i>.<p>I&#x27;ve still not fully absorbed magit, and mostly just use the command line and the emacs interactive git rebase mode, but I go in there once in a while. And wow. So cool.<p>There&#x27;s also &#x27;legit&#x27; for lem, the Emacsen written in Common Lisp. <a href="https:&#x2F;&#x2F;github.com&#x2F;lem-project&#x2F;lem&#x2F;blob&#x2F;main&#x2F;extensions&#x2F;legit&#x2F;README.md">https:&#x2F;&#x2F;github.com&#x2F;lem-project&#x2F;lem&#x2F;blob&#x2F;main&#x2F;extensions&#x2F;legi...</a>
darby_nine9 个月前
By far the best git client money can buy. And it&#x27;s free!<p>(Please support the developer)
contrarian12349 个月前
It&#x27;s nice the developer is squashing the last bugs that affect 0.1% of users ... But it&#x27;s understandable he&#x27;s having funding issues<p>Like.. Is there someone also working full time on dired? (and should there be?)<p>The description of the protracted refractor of a tangle of libraries just smells of yakshaving<p>I&#x27;ve been using Magit for years and... While it very handy and nice, from my perspective, it&#x27;s been a &quot;done&quot; mode for a long long time.
rpoisel9 个月前
I have tried various git clients and this one is by far the best. Bold statement, but I think it&#x27;s worth learning Emacs just to be able to use it. :-)
hazn9 个月前
Congratulations to the magit peeps for the release!<p>I always wanted to try magit, but I never learned emacs. Gitu is an amazing alternative that is inspired by magit and works with arrow-keys&#x2F;vim motions: <a href="https:&#x2F;&#x2F;github.com&#x2F;altsem&#x2F;gitu">https:&#x2F;&#x2F;github.com&#x2F;altsem&#x2F;gitu</a>
TomasEkeli9 个月前
highly recommend edamagit in vscode for those over here.<p>except there&#x27;s currently a bug that stops commit from working (c - c) when developing in wsl or a devcontainer, hopefully it&#x27;ll be fixed soon. BUT if you&#x27;re developing directly on your machine it is an excellent interface to git.
aidenn09 个月前
I&#x27;ve bounced off of magit several times, but been told by many people whom I trust that it is superior. Maybe I&#x27;ll take this as an opportunity to try to use it again.
评论 #41216047 未加载
createaccount999 个月前
Magit is overhyped
评论 #41211058 未加载
评论 #41216056 未加载