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.
我使用 textmate 和 cyberduck 在远程服务器上编辑 css 文件。其他人定期编辑相同的文件。我们都使用 git 进行版本控制。有时我在 textmate 中打开了一个文件,然后我执行 git pull 来拉取该文件以及其他人的更改,然后我将本地更改保存到 textmate 中的文件并上传,最终我会丢失其他人的更改。我知道我可以通过在执行 git pull 之前关闭所有 textmate 窗口来防止这种情况发生,但我想知道有什么更好的方法来防止这种情况发生。谢谢阅读
停止使用textmate编辑文件。
textmate
切换到像Notepad++这样的编辑器,它会在打开的文件被其他软件编辑时发出警告。