mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-22 16:20:19 +01:00
Merge pull request #221 from wyattscarpenter/patch-1
Update reflog: Grammar
This commit is contained in:
commit
fbe95c3580
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ cards = checkout reflog
|
||||||
|
|
||||||
Say you were looking at something in the past, and then switched back to the main branch.
|
Say you were looking at something in the past, and then switched back to the main branch.
|
||||||
|
|
||||||
But then, you got reaaally distracted, and after your lunch break, you can't remember on which commit in the past you were before. How can you find out?
|
But then, you got reaaally distracted, and after your lunch break, you can't remember which past commit you were on before. How can you find out?
|
||||||
|
|
||||||
There's a convenient command that shows you all the places your HEAD did point to in the past:
|
There's a convenient command that shows you all the places your HEAD has pointed to in the past:
|
||||||
|
|
||||||
git reflog
|
git reflog
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue