Skip to content

gtl pr preview

Parent command: gtl pr.

Open a browser URL showing what a pull request or merge request would look like against the repository's default branch

Usage

bash
gtl pr preview [flags]

Examples

bash
gtl pr preview
gtl pr preview --title "Add sync help audit"
gtl pr preview --description ./PR.md

Full Help

text
Open a browser URL showing what a pull request or merge request would look like against the repository's default branch

Usage:
  gtl pr preview [flags]

Examples:
gtl pr preview
gtl pr preview --title "Add sync help audit"
gtl pr preview --description ./PR.md

Flags:
      --description string   Prefill pull/merge request description; accepts raw text or path to a text/markdown file
  -h, --help                 help for preview
      --title string         Prefill pull/merge request title

Released under the MIT License.