Skip to content

gtl pr conflicts

Parent command: gtl pr.

Check open pull requests authored by you in this repository and report which ones have merge conflicts against the default branch

Usage

bash
gtl pr conflicts [repo] [flags]

Examples

bash
gtl pr conflicts
gtl pr conflicts owner/repo
gtl pr conflicts https://github.com/owner/repo/
gtl pr conflicts --all-bases

Full Help

text
Check open pull requests authored by you in this repository and report which ones have merge conflicts against the default branch

Usage:
  gtl pr conflicts [repo] [flags]

Examples:
gtl pr conflicts
gtl pr conflicts owner/repo
gtl pr conflicts https://github.com/owner/repo/
gtl pr conflicts --all-bases

Flags:
      --all-bases                Include PRs targeting non-default base branches
  -h, --help                     help for conflicts
      --poll-interval duration   How often to poll pending PR mergeability while waiting (default 2s)
      --wait-timeout duration    How long to wait for GitHub mergeability calculation (0 disables waiting) (default 15s)

Released under the MIT License.