πŸ’ͺCommit Your Changes

This page is a crucial stage in your Git workflow, enabling you to finalize and save the modifications you have made to your code.

Commit Your Changes​

  • Appinvento provides you with the convenience of managing your project versions directly within the platform itself.

  • In the Pending Changes for commit control in the very left sidebar, you can see the list of pending changes that are waiting to be committed.

  • You can check the difference in code by clicking on the Compare Changes icon which is located below in the left sidebar beside the changes count.

Steps to commit your changes

  • For the initial commit, you have to enter the Repository Name and Commit message.

  • Click on the Commit changes & build

Discard your changes

  • You can also discard your changes from this page.

  • Click on the Delete icon to discard your pending changes.

Last updated