| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7a34452 commit c3ec90d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -544,7 +544,13 @@ $ git cherry-pick v1.x^ | |||
| 544 | 544 | ``` | |
| 545 | 545 | ||
| 546 | 546 | Git should stop to let you fix conflicts. Revert all changes that were made to | |
| 547 | - `src/node_version.h`. If there are conflicts in `doc` due to updated `REPLACEME` | ||
| 547 | + `src/node_version.h`: | ||
| 548 | + | ||
| 549 | + ```console | ||
| 550 | + $ git checkout --ours HEAD -- src/node_version.h | ||
| 551 | + ``` | ||
| 552 | + | ||
| 553 | + If there are conflicts in `doc` due to updated `REPLACEME` | ||
| 548 | 554 | placeholders (that happens when a change previously landed on another release | |
| 549 | 555 | branch), keep both version numbers. Convert the YAML field to an array if it is | |
| 550 | 556 | not already one. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments