Grammar fix (#29154)
This commit is contained in:
@ -7,11 +7,11 @@ The `git checkout` command switches between branches or restores working tree fi
|
|||||||
|
|
||||||
### Checkout a specific commit
|
### Checkout a specific commit
|
||||||
|
|
||||||
to checkout a specific commit, run the command:
|
To checkout a specific commit, run the command:
|
||||||
```shell
|
```shell
|
||||||
git checkout specific-commit-id
|
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
|
```shell
|
||||||
git log
|
git log
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user