Create a pull-request with title and body with `hub pull-request`
If you want to create a pull-request with title and body with the command `hub pull-request`.
You should run the command like following.
echo -e "Title\n\nBody" | hub pull-request -F -
https://github.com/github/hub/issues/909
I didn’t know it is the same way with git
command.