Source Control Icons

Following are descriptions for the primary icons that you may see next to files when using Git.

Modified

This indicates that the file has been modified. You can commit the file to your local Git repository when you are ready. See Committing Source Control Files—Git.

New File (Pending Add)

This indicates that you have a file in your project but have not yet added it to Git. This might occur, for example, if you create a new topic and do not add the file to source control during the topic creation process. To resolve this, simply right-click on the file and select Source Control > Add.