Recovery editor note + refresh CI action pins + scaffold M15 merge (#43,#44,#50) (#66)
Co-authored-by: claude <claude@jpaul.io> Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #66.
This commit is contained in:
@@ -296,6 +296,11 @@ do them once on purpose now.
|
||||
git log --oneline -3 # you'll see a "Revert ..." commit on top
|
||||
```
|
||||
|
||||
> `git revert` drops you into your text editor with a pre-filled "Revert …" message — save and
|
||||
> close it (in vim, type `:wq` then Enter; in nano, Ctrl-O then Ctrl-X). Or add `--no-edit` to
|
||||
> keep that default message and skip the editor entirely: `git revert -m 1 HEAD --no-edit`. Either
|
||||
> way you end up with the same "Revert …" commit.
|
||||
|
||||
7. Prove you're recovered — and notice nothing was erased:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user