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.
这可能是一个愚蠢的问题,但我们可以阻止在项目列表视图中显示旧引用吗?我看到已删除但仍显示“X”图标的文件。我希望我可以附上截图。
根据评论,这是一个 git 问题,而不是 textmate 问题。
尝试这个:
$ git commit -a -m "git comment" $ git push origin master
根据 OP,这也将起作用:
$ git add -A
参考: Textmate 2 Alpha 显示已删除文件的参考