View changes to a project

Change History
displays the history of changes made to a local or shared project.
Change history tab
This image shows the Change history tab.
Change History
displays a description of the set of changes, the date and time the changes were saved, the name of the user who checked in the changes. A project ID identifies a set of changes in the repository. Shared icon appears for a shared project. View history before pulling changes into your local version of the project, or whenever you want to see changes to a project. Compare commits to see details about the specific differences between the versions.
Compare the changes
This image shows the Compare Commits tab with details of the changes that were
            made.
  1. With a local or shared project open, from the menu
    bar, select
    File > Source control > Change history
    or press
    CTRL+H
    .
  2. In
    Change history,
    select the commits to compare:
    • Previous commit. Double-click a commit to open
      Compare commits
      and view the differences between your current commit and your previous commit.
    • Selected commits. Select a commit, select
      Compare with
      , and then elect another commit to open
      Compare commits
      and view the differences between the two commits.
      TIP: When you compare two selected commits, you may be comparing your commit with the commit of another user.
  3. In
    Compare commits
    view the information:
    • Description
      . The description of the change made in both Commit A and Commit B.
    • Date
      . The date Commit A and Commit B were saved.
    • Author
      . The names of the users who applied changes in both Commit A and Cs
    • Commit A
      . The changes in Commit A.
    • Commit B
      . The changes in Commit B.
  4. Select
    Close
    .
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal