Question

This might be a silly question, but can we prevent the displaying of old references in the project list view? I see files that were deleted but still show with an "X" icon. I wish I could attach a screenshot.

Was it helpful?

Solution

As per the comments, this is a git issue, and not a textmate issue.

Try this:

$ git commit -a -m "git comment"
$ git push origin master

According to the OP, this will also work:

$ git add -A

Reference: Textmate 2 Alpha showing references for deleted files

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top