Fix section in res links (#6726)

pull/6728/head
fellalli 2 months ago committed by GitHub
parent ec94ff055f
commit 37f2b75e07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/roadmaps/git-github/content/--mixed@qis7Z5VRxMcOmbesQlegZ.md
  2. 2
      src/data/roadmaps/git-github/content/--soft@Uc7FyfAKpDFRGRNHwztFo.md

@ -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: 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)

@ -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. 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)
Loading…
Cancel
Save