L33T-KR3W / push-dir

👉📁 Push the contents of a directory to a remote branch
MIT License
267 stars 11 forks source link

Forward output from the githooks to stdout #21

Closed bartkozal closed 7 years ago

bartkozal commented 7 years ago

When you push to a remote repository like Heroku, Dokku etc. would be cool to see the output from the remote hooks of these services.

scott113341 commented 7 years ago

Hi @bkzl, thanks for the suggestion. I think it will be easy to redirect output from the sub processes to the main process's stdout/stderr

scott113341 commented 7 years ago

Published in version 0.4.0. Include the --verbose flag to get all the stdout/stderr from subcommands. Thanks for the suggestion @bkzl!

bartkozal commented 7 years ago

✨Super cool! Thank you! ✨