문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top