Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现了 magit 的乐趣,最近发现需要拆分一些大块,这样我就可以有一个提交,以后可以用于合并,我不想要所有大块。
我知道我可以 TAB 来查看大块,然后“u”从提交中抢占大块,但是当使用 tramp 到远程服务器执行此操作时可能会很慢。
我想做的是标记所需的帅哥,然后对所有标记的帅哥使用 unstage 动作。这可能吗?
目前这是不可能的,但我正在做一些改变,最终将允许这样做。
编辑:在现在可能的下一个分支上。