1
0
mirror of synced 2026-01-07 09:01:31 -05:00
Files
docs/content/github/committing-changes-to-your-project/about-commits.md
Emily Gould 5a20716c7e Restructure and move Git content (#18336)
* Rename map topic

* Delete map topic

* Rename map topic

* Add redirect

* Remove last two map topics

* Move article on adding a remote into a long-form guide

* Move article on changing a remote's URL

* Move articles on renaming and removing remotes

* Move remote URL article

* Fix typo

* Remove category index file

* Move a few articles to the new category

* Move a few more files

* Move managing remote repos article

* Move the rest of the getting started with git map topic

* Move the first half of the using git map topic

* Move the rest of the articles and 🔥 the directory

* Fix failing test

* Remove Using Git from product index

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-03-25 14:42:36 -05: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 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."

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