summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77edebba..3894a86e 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,9 @@ git rebase --preserve-merges dev
Push your branch to pull request it into `dev`
```
git push origin feature
-# ...make pull request... you can do `git pull-request` if you install [hub](https://github.com/github/hub)
+# ...make pull request...
```
+Now make a pull request! You can do this from the command line (`git pull-request`) if you install [hub](https://github.com/github/hub).
+
The pull request of feature into `dev` will be a clean merge, applause.