We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d45513 + 3d5281f commit e4cd3c0Copy full SHA for e4cd3c0
src/content/docs/git/basics/git-04-undo.md
@@ -127,7 +127,7 @@ We want to go back to the state of our commit "welcome + new world file". Throug
127
128
```bash
129
$ git reset --hard 9720
130
-HEAD is now at 9720321 welcome dev3 + new world file
+HEAD is now at 9720321 welcome + new world file
131
```
132
133
Now when you run git log again, you will see that the commits after 9720 are gone:
0 commit comments