mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-10 07:26:15 -04:00
readme updates
This commit is contained in:
parent
a8a9f96eba
commit
758708ee9a
12
README.md
12
README.md
|
|
@ -17,17 +17,17 @@ git open issue
|
|||
|
||||
```sh
|
||||
$ git open
|
||||
# opens https://github.com/REMOTE_ORIGIN_USER/CURRENT_REPO/tree/CURRENT_BRANCH
|
||||
# opens https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/CURRENT_BRANCH
|
||||
|
||||
$ git open upstream
|
||||
# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/tree/CURRENT_BRANCH
|
||||
$ git open someremote
|
||||
# opens https://github.com/PROVIDED_REMOTE_USER/CURRENT_REPO/tree/CURRENT_BRANCH
|
||||
|
||||
$ git open upstream master
|
||||
# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/tree/master
|
||||
$ git open someremote somebranch
|
||||
# opens https://github.com/PROVIDED_REMOTE_USER/CURRENT_REPO/tree/PROVIDED_BRANCH
|
||||
|
||||
$ git open issue
|
||||
# If branches use naming convention of issues/#123,
|
||||
# opens https://github.com/REMOTE_UPSTREAM_USER/CURRENT_REPO/issues/123
|
||||
# opens https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/issues/123
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
|
|
|||
Loading…
Reference in a new issue