image http://www.notingme.com/stackoverflow.png
i’m trying to run project which locates in network drive
but i found that there is some A M next to the file name , does anyone know what it stands for,
thanks very much
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your project is under source control (in example SVN or Git).
This letters mean:
M – Modified (from last commit to source control)
A – Added (this means – haven’t commited to source control yet).