Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Simplify the pulls merge command

Compare
Choose a tag to compare
@sjparkinson sjparkinson released this 16 Apr 11:08
· 130 commits to master since this release
858ae5b

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.