Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 548 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 548 Bytes

List commits extension

It is a gh extension for listing all of the commits in a PR.

Installation

gh extension install devanshutanna/gh-list-commits

Usage

gh list-commits (-P|--pull)={pull_number} (-R|--repo)={repo_name} (-O|--owner)={owner_username}

Example

gh list-commits -P=100

Options

  • -P, `--pull Required The pull request number in Github

  • -O, --owner <string> The username of the repository owner

  • -R, --repo <string> The name of the repository