git-browse -
Contents
Description
Opens the current git repository website in your default web browser.
Examples
$ 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
Name
git-browse -
Options
<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
Reporting Bugs
<https://github.com/tj/git-extras/issues>
See Also
<https://github.com/tj/git-extras>
October 2024 GIT-BROWSE(1)
Synopsis
git-browse [remote_name] [file_name] [line_1] [line_2]
