Is there a way to change the file that is being pushed to the server using a server-side pre-receive hook?
Say I want to add something to the end of a file like:
//End of Org
each time someone pushes to my repo.
Is there a way you can change the file coming in using git hooks
?
I would rather use a filter driver which can operate on the content of each file in order to check if your line is there and add it if not, during the checkout step.
That would be:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With