Created
September 15, 2009 23:31
-
-
Save bitprophet/187757 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bitprophet.org:~ [master] $ cat /srv/git/repositories/fabric.git/hooks/post-update | |
#!/bin/sh | |
# | |
# An example hook script to prepare a packed repository for use over | |
# dumb transports. | |
# | |
# To enable this hook, make this file executable by "chmod +x post-update". | |
#exec git-update-server-info | |
exec git push --mirror [email protected]:bitprophet/fabric.git >> /tmp/fabric-to-github.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment