This repository was archived by the owner on May 20, 2020. It is now read-only.
Simplify the pulls merge command
The github pulls merge
command now simply takes a GitHub pull request URL.
For example, github pulls merge https://github.com/foo-org/bar-repo/pull/42
.
There is also a --method
option to pick the merge method (either merge
, squash
or rebase
), which defaults to merge
.