You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# prints https://github.com/TRACKED_REMOTE_USER/CURRENT_REPO/tree/CURRENT_BRANCH
32
35
```
33
36
34
37
## Installation
@@ -130,12 +133,6 @@ from which this plugin was forked.
130
133
131
134
Please provide examples of the URLs you are parsing with each PR.
132
135
133
-
You can run `git-open` in `echo` mode, which doesn't open your browser, but just prints the URL to stdout:
134
-
135
-
```sh
136
-
env BROWSER='echo' ./git-open
137
-
```
138
-
139
136
### Testing:
140
137
141
138
You'll need to install [bats](https://github.com/sstephenson/bats#installing-bats-from-source), the Bash automated testing system. It's also available as `brew install bats`
0 commit comments