What do the letters beside some files mean?

beside certain files there are letters either an M or an A and I don’t know what they mean but seemingly when I update the code they aren’t updated when ran and I don’t know if those are related

this is in nodejs btw

Those letters are added by git, M stands for Modified, and A stands for Added. It means those files were Modified or Added since your last git push/pull.

5 Likes

Oh okay. That’s unrelated to the code not properly updating, then. Thanks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.