Grammar fix (#29154)

pull/34919/head
Rachel Krupnick 2019-01-20 15:59:38 -05:00 committed by Tom
parent 7328fca2e3
commit e193db130b
1 changed files with 2 additions and 2 deletions

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
```