HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git browse — View an upstream repository in the default browser. Part of `git-extras`. More information: <https:/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandupstreamgit browsedefaultclirepositoryview

Problem

How to use the git browse command: View an upstream repository in the default browser. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-browse>.

Solution

git browse — View an upstream repository in the default browser. Part of git-extras. More information: <https://github.com/tj/git-extras/blob/main/Commands.md#git-browse>.

Open the first upstream in the default browser:
git browse


Open a specific upstream in the default browser:
git browse {{upstream}}

Code Snippets

Open the first upstream in the default browser

git browse

Open a specific upstream in the default browser

git browse {{upstream}}

Context

tldr-pages: common/git browse

Revisions (0)

No revisions yet.