Skip to main content

git/gpr

1#!/usr/bin/env bash
2# Open a GitHub pull request for the current branch.
4set -o errexit
5set -o nounset
7open "$(_get_github_url)/compare/$(gcb)?expand=1"