Merge pull request #221 from wyattscarpenter/patch-1

Update reflog: Grammar
This commit is contained in:
bleeptrack 2024-08-22 11:26:29 +02:00 committed by GitHub
commit fbe95c3580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,9 +5,9 @@ cards = checkout reflog
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