doc: fix releases guide for recent Git versions

PR-URL: https://github.com/nodejs/node/pull/53709
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Beth Griggs <bethanyngriggs@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
pull/53737/head
Michaël Zasso 2024-07-05 13:36:00 +02:00 committed by GitHub
parent 88beb76e5c
commit 3f86bdd34e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ Git should stop to let you fix conflicts.
Revert all changes that were made to `src/node_version.h`:
```bash
git checkout --ours HEAD -- src/node_version.h
git restore --source=upstream/main src/node_version.h
```
<details>