1GIT-BROWSE(1) Git Extras GIT-BROWSE(1)
2
3
4
6 git-browse -
7
9 git-browse [remote_name]
10
12 Opens the current git repository website in your default web browser.
13
15 <remote_name>
16
17 The name of the remote you wish to browse to. Defaults to the first
18 remote if not specified.
19
21 $ git browse
22
23 $ git browse upstream
24
26 Written by Mark Pitman <https://github.com/mapitman>
27
29 <https://github.com/tj/git-extras/issues>
30
32 <https://github.com/tj/git-extras>
33
34
35
36 March 2020 GIT-BROWSE(1)