Merge pull request #2 from Liqiuyue9597/patch-1

Update rewind-to-commit.md
This commit is contained in:
Isabelle Viktoria Maciohsek
2021-08-16 13:51:20 +03:00
committed by GitHub

View File

@ -16,7 +16,7 @@ git reset [--hard] <commit>
```
```shell
git reset --hard 3050fc0d3
git reset 3050fc0d3
# Rewinds back to `3050fc0d3` but keeps changes in the working directory
git reset --hard c0d30f305