Your IP : 3.147.77.51


Current Path : /home/lentoinv/test.lentoria.com/.git/hooks/
Upload File :
Current File : /home/lentoinv/test.lentoria.com/.git/hooks/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

?>