git/gpr
- 155 bytes
- View raw
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"git/gpr1#!/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"