Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top