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