Added a comment

This commit is contained in:
nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9 2022-09-07 23:22:40 +00:00 committed by admin
parent f895adbb05
commit e1984e2c67

View file

@ -0,0 +1,9 @@
[[!comment format=mdwn
username="nick.guenther@e418ed3c763dff37995c2ed5da4232a7c6cee0a9"
nickname="nick.guenther"
avatar="http://cdn.libravatar.org/avatar/9e85c6ca61c3f877fef4f91c2bf6e278"
subject="comment 13"
date="2022-09-07T23:22:40Z"
content="""
`chmod +x .git/hooks/post-update` is out of date; on modern git, the right command is `mv .git/hooks/post-update.sample .git/hooks/post-update`
"""]]