mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Fixed typo in reflog description.
This commit is contained in:
parent
1606e0565e
commit
98ffccf515
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
||||||
{
|
{
|
||||||
"id": "reflog",
|
"id": "reflog",
|
||||||
"command": "git reflog [ref, head]",
|
"command": "git reflog [ref, head]",
|
||||||
"description": "Display a log of there the ref pointed to in the past."
|
"description": "Display a log of where the ref pointed to in the past."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "file-new",
|
"id": "file-new",
|
||||||
|
|
Loading…
Reference in a new issue