Skip to main content

git/gub

1#!/usr/bin/env bash
2# Open the current Git repo in my web browser (assuming it's a GitHub repo).
4set -o errexit
5set -o nounset
7open "$(_get_github_url)"