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 <branchName>
git fetch
git merge main to <branchName>
git merge branch to main
git push
Deploying extension
Beneath is the following text:
"We've deployed your extension <name> to <OracleCloudApplicationsInstanceURL>. Branches cannot be reused once published, so we've created a new one for you: <branchName>. 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.