Application developers can view the commit history of applications linked to a source control repository.

Before you begin

Important: You've landed at the legacy version of Studio, which will be supported until the Australia release in Q1 2026. Try building and editing apps in the new version of ServiceNow Studio instead. For more information, see Building applications with ServiceNow Studio.
  • Role required: admin
  • An existing link to a GIT repository

Procedure

  1. Navigate to All > Source Control > View History.
    The system displays the History window.
    History window displaying two commit changes: one from the user david.loo and one from the user admin.
  2. Select the commit sort order type.
    OptionDescription
    Date Sort by commit date.
    Committer Sort by user name.
  3. Select the sort order direction.
    OptionDescription
    Descending Sort dates from the most recent to oldest date. Sort user names reverse-alphabetically from Z to A.
    Ascending Sort dates from the oldest to most recent date. Sort user names alphabetically from A to Z.
    The system sorts commits by the selected sort order.
  4. Select a commit.
    The system displays the commit details for the selected commit.
  5. Review the commit details.
  6. Close the History window.