pre-receive hook ; how to detect file and append code ?
From: J. Bakshi <hidden>
Date: 2016-06-15 22:54:09
Dear list, How can I detect a specific file during push, if it is modified or not ? And how can I then append a block of code into that file; if modified during push ? I think pre-receive hook is the best for this operation. Thanks