mirror of
https://github.com/Sosokker/first-contributions.git
synced 2025-12-19 05:04:07 +01:00
Solved this issue in additional material.md file (#62387)
This commit is contained in:
parent
579fdcbe91
commit
634328e445
@ -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.
|
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)
|
### [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.
|
> Use this when you need to adjust a commit you made.
|
||||||
|
|
||||||
### [Configuring git](configuring-git.md)
|
### [Configuring git](configuring-git.md)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user