Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

View commit history

App developers can view the commit history of apps linked to a source control repository in App Engine Studio (AES).

Before you begin

  • 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.

  2. Select the commit sort order type.

DateSort by commit date.
CommitterSort by user name.
  1. Select the sort order direction.
DescendingSort dates from the most recent to oldest date. Sort user names reverse-alphabetically from Z to A.
AscendingSort 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.
  1. Select a commit.

    The system displays the commit details for the selected commit.

  2. Review the commit details.

    FieldDescription
    CommitterThe user who committed the change.
    DateThe date-time stamp of the commit.
    SHA-1The secure hash value identifying this commit in the repository.
    MessageThe commit message associated with this commit.
    FilesThe list of application files changed in this commit.
  3. Close the History window.

Parent Topic:Use AES with a Git source control repository