1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/content/github/committing-changes-to-your-project/about-commits.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

1.3 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
About commits You can save small groups of meaningful changes as commits.
/articles/why-are-my-commits-in-the-wrong-order
/github/committing-changes-to-your-project/why-are-my-commits-in-the-wrong-order
free-pro-team enterprise-server
* *

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."

{% 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."{% 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."

Further reading