commit 101
This commit is contained in:
8
free-programming-books.git/hooks/post-update.sample
Normal file
8
free-programming-books.git/hooks/post-update.sample
Normal file
@ -0,0 +1,8 @@
|
||||
#!/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
|
Reference in New Issue
Block a user