mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Apparently, git has an i instead of an e.
This commit is contained in:
@@ -18,7 +18,7 @@ We can see that `HEAD@{1}` references a time and place before we destroyed
|
|||||||
our last commit. Let's fix things by resetting to that.
|
our last commit. Let's fix things by resetting to that.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ get reset HEAD@{1}
|
$ git reset HEAD@{1}
|
||||||
```
|
```
|
||||||
|
|
||||||
Our lost commit is found.
|
Our lost commit is found.
|
||||||
|
|||||||
Reference in New Issue
Block a user