git-browse - View the web page for the current repository
git-browse [REMOTE-NAME] [FILE-NAME] [LINE-1] [LINE-2]
Opens the current git repository website in your default web browser.
REMOTE-NAME
The name of the remote you wish to browse to. Defaults to the first remote if not specified.
FILE-NAME
The name of the file you wish to browse to.
LINE-1
The line number of the file you wish to browse to.
LINE-2
The line range (from LINE-1 to LINE-2) of the file you wish to browse to.
$ git browse
$ git browse upstream
$ git browse upstream bin/git-browse
$ git browse upstream bin/git-browse 42
$ git browse upstream bin/git-browse 1 42
Written by Mark Pitman <https://github.com/mapitman>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>