git-browse - Man Page
Examples (TL;DR)
- 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
Author
Written by Mark Pitman <https://github.com/mapitman>
Reporting Bugs
See Also
Referenced By
March 2020 Git Extras