gh-browse: refresh page: fix placeholders (#9743)
This commit is contained in:

committed by
GitHub

parent
19d7368c35
commit
b614e6714c
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
- Open a specific issue or pull request in the web browser:
|
- Open a specific issue or pull request in the web browser:
|
||||||
|
|
||||||
`gh browse {{issue_or_pull_request_number}}`
|
`gh browse {{issue_number|pull_request_number}}`
|
||||||
|
|
||||||
- Open a specific branch in the web browser:
|
- Open a specific branch in the web browser:
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
- Open a specific file or directory of the current repository in the web browser:
|
- Open a specific file or directory of the current repository in the web browser:
|
||||||
|
|
||||||
`gh browse {{path_from_root_of_repository}}`
|
`gh browse {{path/to/file_or_directory}}`
|
||||||
|
|
||||||
- Print the destination URL without open the web browser:
|
- Print the destination URL without open the web browser:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user