Keith Morris
Keith Morris

Reputation: 275

Why are files showing as modified in GitHub Atom editor?

I am using the GitHub Atom editor. In the tree view, almost all of the files in my project appear orange even though no files have been modified since my last commit. What else could be causing this?

Upvotes: 0

Views: 1019

Answers (1)

Keith Morris
Keith Morris

Reputation: 275

My problem was caused by changed file permissions. I tested this out by changing the permissions on some files, which caused them to be displayed as unmodified in Atom.

Upvotes: 1

Related Questions