1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-01 21:32:35 +02:00

Fix section in res links (#6726)

This commit is contained in:
fellalli
2024-08-21 16:35:09 +02:00
committed by GitHub
parent ec94ff055f
commit 37f2b75e07
2 changed files with 2 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ When using mixed mode, the HEAD pointer is moved to the specified commit. Howeve
Visit the following resources to learn more:
- [@official@--mixed documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard)
- [@official@--mixed documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---mixed)

View File

@@ -2,4 +2,4 @@
In this mode, only the HEAD pointer is moved to the specified commit. The files in your working directory are not modified, but they remain as they were when you started the reset.
- [@official@--soft documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---hard)
- [@official@--soft documentation](https://git-scm.com/docs/git-reset#Documentation/git-reset.txt---soft)