View commit history

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • App developers can view the commit history of apps linked to a source control repository in App Engine Studio (AES).

    Antes de Iniciar

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

    Procedimento

    1. Navigate to All > Source Control > View History.
      The system displays the History window.
    2. Select the commit sort order type.
      OpçãoDescrição
      Date Sort by commit date.
      Committer Sort by user name.
    3. Select the sort order direction.
      OpçãoDescrição
      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.
      Tabela 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.