Skip to content

Commit

Permalink
doc: fix releases guide for recent Git versions
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
targos authored and aduh95 committed Jul 16, 2024
1 parent 1397f5d commit df3dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributing/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit df3dcd1

Please sign in to comment.