pivotal-github 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +7 -0
- data/lib/pivotal-github/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -114,6 +114,13 @@ Because of the way options are chained, passing the option `--ff` to `git story-
|
|
|
114
114
|
|
|
115
115
|
Additionally, `git story-merge` accepts any options valid for `git merge`.
|
|
116
116
|
|
|
117
|
+
### story-open
|
|
118
|
+
|
|
119
|
+
The `story-open` command (*note*: no `git`) opens the current story in the default browser (OS X–only):
|
|
120
|
+
|
|
121
|
+
$ story-open
|
|
122
|
+
|
|
123
|
+
|
|
117
124
|
## Configuration
|
|
118
125
|
|
|
119
126
|
In order to use the `pivotal-github` gem, you need to configure a [post-receive hook for Pivotal Tracker at GitHub](https://www.pivotaltracker.com/help/api?version=v3#github_hooks) for your repository. (To find your Pivotal Tracker API token, go to your user profile and scroll to the bottom.)
|