26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
---
|
|
title: About commits
|
|
intro: You can save small groups of meaningful changes as commits.
|
|
redirect_from:
|
|
- /articles/why-are-my-commits-in-the-wrong-order
|
|
- /github/committing-changes-to-your-project/why-are-my-commits-in-the-wrong-order
|
|
- /github/committing-changes-to-your-project/about-commits
|
|
versions:
|
|
free-pro-team: '*'
|
|
enterprise-server: '*'
|
|
github-ae: '*'
|
|
---
|
|
### About commits
|
|
|
|
{% data reusables.commits.about-commits %}
|
|
|
|
You can add a co-author on any commits you collaborate on. For more information, see "[Creating a commit with multiple authors](/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors)."
|
|
|
|
{% if currentVersion == "free-pro-team@latest" %}
|
|
You can also create a commit on behalf of an organization. For more information, see "[Creating a commit on behalf of an organization](/github/committing-changes-to-your-project/creating-a-commit-on-behalf-of-an-organization)."{% endif %}
|
|
|
|
Rebasing allows you to change a series of commits and can modify the order of the commits in your timeline. For more information, see "[About git rebase](/github/getting-started-with-github/about-git-rebase)."
|
|
|
|
### Further reading
|
|
- "[Committing and reviewing changes to your project](/desktop/contributing-to-projects/committing-and-reviewing-changes-to-your-project#about-commits)" on {% data variables.product.prodname_desktop %}
|