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.
这是我的问题:
我正在使用gitEmacs 中本地存储库中的文件;我编辑并保存这些文件。
git
我的 Emacs 会话仍然打开。我提交我的更改,然后创建一个新分支和checkout那个分支。
checkout
回到 Emacs,我再编辑一些。
当我保存这些文件时,Emacs 警告我磁盘上的文件已更改,并确认是否应该覆盖它们。
这不是一个大问题,但它有点烦人。我想知道是否有任何方法可以告诉 Emacs 刷新所有缓冲区,或者我还能做些什么?
谢谢。