Legacy - View commit history

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • Application developers can view the commit history of applications linked to a source control repository.

    시작하기 전에

    중요사항:
    Starting with the Xanadu release, the legacy version of ServiceNow Studio is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported. For details on the deprecation process, see the Deprecation Process [KB0867184] article in the Now Support Knowledge Base.

    Try building and editing apps in the current version of ServiceNow Studio instead. For more information, see ServiceNow Studio.

    • Role required: admin
    • An existing link to a GIT repository

    프로시저

    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.
      옵션설명
      Date Sort by commit date.
      Committer Sort by user name.
    3. Select the sort order direction.
      옵션설명
      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.
      표 1. Commit Details
      Field Description
      Committer The user who committed the change.
      Date The date-time stamp of the commit.
      SHA-1 The secure hash value identifying this commit in the repository.
      Message The commit message associated with this commit.
      Files The list of application files changed in this commit.
    6. Close the History window.