App developers using App Engine Studio (AES) can pull changes from a linked Git repository to apply remote changes to the local instance.

Before you begin

Procedure

  1. Navigate to All > App Engine > App Engine Studio.
  2. From the My Apps page, open your application.
  3. Select Source control > Pull from repository.
  4. Review your uncommitted files, then select Stash local changes or Discard local changes.
    Pull changes from Git repository
  5. Select Pull from repository.
    The following operations occur:
    • The system fetches the most recent changes from the remote repository.
    • The system applies the remote changes to the instance.
    • The system identifies any change conflicts requiring resolution.
    If there are conflicts, the system displays the Resolve Conflicts window.

    Delta loading is enabled by default in sys properties so your data isn't removed. You can disable this feature if you want data automatically deleted.

What to do next

Resolve any change conflicts.