pivotal-github 0.6.0 → 0.6.1
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 +2 -2
- data/lib/pivotal-github/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
|
@@ -109,13 +109,13 @@ Additionally, `git story-merge` accepts any options valid for `git merge`.
|
|
|
109
109
|
|
|
110
110
|
### git story-pull-request
|
|
111
111
|
|
|
112
|
-
`git story-pull-request` opens the proper remote URI to issue a pull request for the current branch (OS–
|
|
112
|
+
`git story-pull-request` opens the proper remote URI to issue a pull request for the current branch (OS X–only):
|
|
113
113
|
|
|
114
114
|
$ git story-pull-request
|
|
115
115
|
|
|
116
116
|
### story-open
|
|
117
117
|
|
|
118
|
-
The `story-open` command (*note*: no `git`) opens the current story in the default browser (OS
|
|
118
|
+
The `story-open` command (*note*: no `git`) opens the current story in the default browser (OS X–only):
|
|
119
119
|
|
|
120
120
|
$ story-open
|
|
121
121
|
|