# Creating commits

Ok, so you've reviewed the changes and staged the ones you want to make ready. Now it's time to commit.

### How to commit in Gitamic

Once you've got some staged changes, you will see the commit message box.

<figure><img src="https://1395355370-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuLnmUGeKXyzgBElJTjcG%2Fuploads%2FuVxpwCjhThbbAufFU60U%2FXnapper-2023-09-13-00.20.16.png?alt=media&#x26;token=a53d7a9e-f24a-4579-b406-cc13ac9a92b3" alt=""><figcaption><p>The commit message box only appears when needed</p></figcaption></figure>

Any changes listed below the message box will be included in the commit.

Simply write a commit message ([be sure to make it a good one!](https://gitamic.simonhamp.me/using-gitamic/creating-commits/writing-commit-messages)) and click `Commit` and you're done!

{% hint style="info" %}
You can use the `Cmd+Enter` (on macOS) or `Ctrl+Enter` (on other platforms) keyboard shortcut to save reaching for your mouse.
{% endhint %}
