> For the complete documentation index, see [llms.txt](https://gitamic.simonhamp.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitamic.simonhamp.me/using-gitamic/creating-commits.md).

# 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="/files/rx4RBSfy5wQRkVO4pvPH" 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!](/using-gitamic/creating-commits/writing-commit-messages.md)) 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 %}
