Closed
Description
node-core-utils v1.9.0 has been released with a custom git command called git-node
, which can fetch a PR, check its state, apply the patches, generate the necessary metadata, amend the commit message, and verify the commits.
To land a PR with a single commit you can usually just go with pressing enter until it's complete. To land a PR with multiple commits you can use the command in conjunction with git rebase
and friends.
Watch the demos:
- Landing multiple commits: https://asciinema.org/a/148627
- Landing one commit: https://asciinema.org/a/157445
This has just gone out with little tests (WIP), although I have been using it from my branch for more than two months and it seems to be working pretty well. Would love to have some feedback and see how it works in the wild!