Skip to content

Commit e4cd3c0

Browse files
Merge pull request #33 from devinekask/SimonVanherweghe-patch-14
Fix formatting in git reset example
2 parents 5d45513 + 3d5281f commit e4cd3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/git/basics/git-04-undo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ We want to go back to the state of our commit "welcome + new world file". Throug
127127

128128
```bash
129129
$ git reset --hard 9720
130-
HEAD is now at 9720321 welcome dev3 + new world file
130+
HEAD is now at 9720321 welcome + new world file
131131
```
132132

133133
Now when you run git log again, you will see that the commits after 9720 are gone:

0 commit comments

Comments
 (0)