The image shows the Publish dialog listing the sequence of Git operations that are done to publish a user's changes through Git commands:
  • git commit demoBranch
  • git fetch
  • git merge main to demoBranch
  • git merge demoBranch to main
  • git push
  • Deploying extension
Beneath is the following text: "We've deployed your extension HCM Extension to <OracleCloudApplicationsInstanceURL>. Branches can't be reused after they're published, so we've created a new one for you: demoBranch-123. You can manage your extension's lifecycle on the Manage Extension Lifecycle page.", where Manage Extension Lifecycle page is a direct link to that page.