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

Resolve conflicts

App developers can select the app file version to use when applying remote or stashed changes in App Engine Studio (AES).

Before you begin

  • Role required: admin
  • Link an application to source control
  • Apply a stashed change

About this task

Conflicts occur when there are multiple change versions of the same application file: one set of changes in the remote or stashed version and another set of changes in the local version. App Engine Studio requires developers to resolve conflicts before applying remote or stashed changes.

Procedure

  1. Navigate to All > App Engine > App Engine Studio.

  2. From the My Apps page, open your application.

  3. Pull from a repository or stash local changes.

    If the system identifies a conflict, it displays the Resolve Conflicts dialog.

  4. Select how to resolve the conflict.

Select an actionApply or discard all stashed changes. Go to step 3.
Manually merge changesIndividually select which changes to apply. Go to step 6.
  1. If you want to apply or discard all stashed changes, select an Action.
Take Stashed ChangesApplies the application file version from the stashed changes.
Discard Stashed ChangesApplies the application file version from the most recent pull from the repository.
  1. Select Apply Stashed Changes.

    The system applies the selected changes.

  2. Select Close Dialog.

  3. If you want to merge the conflicting changes, select Manually Apply.

    The system displays a list of version differences by field.

  4. Select the field values you want the merged application file to have.

  5. Select Save Merge.

    The system applies the selected changes.

Parent Topic:Use AES with a Git source control repository