Share via


Viewing the Changes to a File

Home Page (Source-Code Control)OverviewHow Do I ... Topics

It is best to review the changes that you have made in a file before you check in the file. Your source-code control system displays the differences between your local version of the file and the master version in your source-code control project.

To view your changes

  1. Select the file with the changes that you want to view.

    Note   You can select only a single file, which must already be checked out. This method reports only the differences between this version and the master version. You cannot use this method to examine differences between two files in your project, for instance.

  2. From the Project menu, choose Source Control, and from the drop-down menu, choose Show Differences.

    Your source-code control system displays the differences, or reports that the files are identical.