// SYSTEM PANEL //
[ROOT]
/
home
/
comaria
/
wordpress-security-improvement
/
.git
/
hooks
[ PARENT ]
EDIT :: post-update.sample
#!/bin/sh # # An example hook script to prepare a packed repository for use over # dumb transports. # # To enable this hook, rename this file to "post-update". exec git update-server-info
SAVE
CANCEL