1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 14:22:07 +02:00
tldr/pages/common/git-browse.md
2021-05-14 08:16:55 -04:00

13 lines
327 B
Markdown

# git browse
> View an upstream repository in the default browser.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/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}}`