mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 15:36:21 -04:00
606 B
606 B
git-browse(1) --
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
<https://github.com/tj/git-extras/issues>