git-browse
View an upstream repository in the default browser.
TLDR
Open the first upstream in the default browser
$ git browse
Open a specific upstream in the default browser
$ git browse [upstream]
SYNOPSIS
git-browse [remote_name]
DESCRIPTION
Opens the current git repository website in your default web browser.
OPTIONS
<remote_name>
The name of the remote you wish to browse to. Defaults to the first remote if not specified.
EXAMPLES
$ git browse
$ git browse upstream
REPORTING BUGS
<https://github.com/tj/git-extras/issues>
SEE ALSO
<https://github.com/tj/git-extras>
AUTHOR
Written by Mark Pitman <https://github.com/mapitman>