1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/content/desktop/contributing-and-collaborating-using-github-desktop/managing-commits/amending-a-commit.md
2021-06-24 10:21:07 -04:00

1.7 KiB

title, intro, versions
title intro versions
Amending a commit You can use {% data variables.product.prodname_desktop %} to amend your last commit.
fpt
*

About amending a commit

Amending a commit is a way to modify the most recent commit you have made in your current branch. This can be helpful if you need to edit the commit message or if you forgot to include changes in the commit.

You can continue to amend a commit until you push it to the remote repository. After you push a commit, the option to amend it is disabled in {% data variables.product.prodname_desktop %}. When you amend a commit, you replace the previous commit with a new commit to your current branch. Amending a commit that has been pushed to the remote repository could cause confusion for other collaborators working with the repository.

Amending a commit

{% data reusables.desktop.history-tab %} 2. Right-click on the most recent commit and select Amend commit. Amend commit context menu 3. Click the Summary field to modify the commit message. Optionally, you can modify or add information about the commit in the Description field. 4. Select any uncommitted changes that you would like to add to the commit. For more information about selecting changes, see "Committing and reviewing changes to your project." 5. Once you have finalized your changes, click Amend last commit. Amend last commit overview