How do you prevent Git from printing 'remote:' on each line of the output of a post-recieve hook?
- by Matt Hodan
I recently configured an EC2 instance with a Git deployment workflow that resembles Heroku, but I can't seem to figure out how Heroku prevents the Git post-receive hook from outputting 'remote:' on each line.
Consider the following two examples (one from my EC2 project and one from a Heroku project):
My EC2 project:
git push prod master…