Commit your changes

Now that you've built your customer model, you need to commit the changes you made to the project so that the repository has your latest code.

  1. Under Version Control on the left, click Commit and sync and add a message. For example, "First model created."

  2. Click Merge this branch to main to add these changes to the main branch on your repo.

Last updated