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
?