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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,12 @@ from which this plugin was forked.
130
130
Please provide examples of the URLs you are parsing with each PR.
131
131
132
132
You can run `git-open` in `echo` mode, which doesn't open your browser, but just prints the URL to stdout:
133
+
133
134
```sh
134
135
env BROWSER='echo' ./git-open
135
136
```
136
137
137
-
#### Testing:
138
+
### Testing:
138
139
139
140
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