pivotal-github 0.6.3 → 0.6.4
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 +8 -0
- data/lib/pivotal-github/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -115,6 +115,14 @@ Additionally, `git story-merge` accepts any options valid for `git merge`.
|
|
115
115
|
|
116
116
|
$ git story-pull-request
|
117
117
|
|
118
|
+
Experience shows that, when using `git story-commit` it's easy to forget to mark the story finished when making the last commit. As a reminder, the `git story-pull-request` command exits with a warning if the most recent commit doesn't contain 'Finishes' or 'Delivers' (or 'Finished' or 'Delivered'). This warning can be overriden with the `--force` flag.
|
119
|
+
|
120
|
+
#### Options
|
121
|
+
|
122
|
+
Usage: git story-pull-request [options]
|
123
|
+
-f, --force run without marking story finished
|
124
|
+
-h, --help this usage guide
|
125
|
+
|
118
126
|
### story-open
|
119
127
|
|
120
128
|
The `story-open` command (*note*: no `git`) opens the current story in the default browser (OS X–only):
|