From 634328e445f750cba9a746868f736ca4cbd62f19 Mon Sep 17 00:00:00 2001 From: deepak1067 <88529321+deepak1067@users.noreply.github.com> Date: Sun, 8 Jan 2023 06:48:54 +0530 Subject: [PATCH] Solved this issue in additional material.md file (#62387) --- .../git_workflow_scenarios/additional-material.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/additional-material/git_workflow_scenarios/additional-material.md b/additional-material/git_workflow_scenarios/additional-material.md index 5dc12490..bff967c5 100644 --- a/additional-material/git_workflow_scenarios/additional-material.md +++ b/additional-material/git_workflow_scenarios/additional-material.md @@ -3,7 +3,7 @@ We assume that you have already finished with the basic tutorial before coming here. This document will give you some additional information about advanced Git techniques. ### [Amending a commit](amending-a-commit.md) -This document provides information about how to amend a commit on the remote repository. +This document provides information about how to amend a commit on the remote repository.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. > Use this when you need to adjust a commit you made. ### [Configuring git](configuring-git.md)