basher bash package manager

paulirish/git-open

https://github.com/paulirish/git-open

GitHub Repo stars GitHub top language GitHub issues GitHub tag (latest by date) GitHub last commit GitHub contributors

basher install

## To install this package with basher
$ basher install paulirish/git-open

Description

Type git open to open the repo website (GitHub, GitLab, Bitbucket) in your browser.

Usage

git open [remote-name] [branch-name]
    # Open the page for this branch on the repo website

git open --commit
git open -c
   # Open the current commit in the repo website

git open --issue
git open -i
   # If this branch is named like issue/#123, this will open the corresponding
   # issue in the repo website

git open --print
git open -p
    # Only print the url at the terminal, but don't open it