mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
git-browse: add page (#5959)
This commit is contained in:
parent
f67ba5ca50
commit
5f0463ee96
1 changed files with 13 additions and 0 deletions
13
pages/common/git-browse.md
Normal file
13
pages/common/git-browse.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue