mirror of
https://github.com/git/git.git
synced 2024-11-05 00:37:55 +01:00
9 lines
152 B
Text
9 lines
152 B
Text
|
#!/bin/sh
|
||
|
#
|
||
|
# An example hook script that is called after a successful
|
||
|
# commit is made.
|
||
|
#
|
||
|
# To enable this hook, make this file executable.
|
||
|
|
||
|
: Nothing
|