node icon indicating copy to clipboard operation
node copied to clipboard

doc: simplify copy-pasting of `branch-diff` commands

Open aduh95 opened this issue 10 months ago • 1 comments

The changes on this PR:

  • Add a local N variable to let the backporter specify which version is targeted.
  • Use upstream/main instead of main for the base branch to compare (in case the local branch is not up-to-date / contains unrelated commits, it minimizes the risks of errors).
  • Add -S flag to git cherry-pick so git signs the backport commits.

aduh95 avatar Apr 30 '24 09:04 aduh95

Review requested:

  • [ ] @nodejs/tsc

nodejs-github-bot avatar Apr 30 '24 09:04 nodejs-github-bot

Landed in 743aa42df1ae15fceef5a7d657f6c298a59ac150

nodejs-github-bot avatar May 02 '24 09:05 nodejs-github-bot