Commit the changes in Git repository

Whenever you create a new package of changes, you can commit them to create a new version in the Git repository.

1

In the GitHub Desktop app, open the repository with the latest version of your app. You should see a list of new changes.

2

Enter the Summary and Description of the commit, and click Commit to main.

The new version of your app is logged.

Next, you will deploy the changes.

Last updated