Grammar fix (#29154)

This commit is contained in:
Rachel Krupnick
2019-01-20 15:59:38 -05:00
committed by Tom
parent 7328fca2e3
commit e193db130b

View File

@ -7,11 +7,11 @@ The `git checkout` command switches between branches or restores working tree fi
### Checkout a specific commit
to checkout a specific commit, run the command:
To checkout a specific commit, run the command:
```shell
git checkout specific-commit-id
```
we can get the specific commit id's by running:
We can get the specific commit id's by running:
```shell
git log
```