?? GreyFile — Mystic File Browser

Current path: home/webdevt/cryptoimpot.fr/.git/hooks/



?? Go up: /home/webdevt/cryptoimpot.fr/.git

?? Viewing: 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


??

??