This commit is contained in:
Joey Hess 2016-01-01 16:41:48 -04:00
parent 650f9ddd8b
commit 6c03a091ec
Failed to extract signature

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2016-01-01T20:38:09Z"
content="""
git-annex doesn't set up such hooks, but you can easily make a
post-checkout and/or post-merge hook that runs, eg "git-annex get"
You might also want a pre-push hook that does "git annex copy --to origin"
to make sure they upload their annexed files.
Or, change workflows to use `git annex sync --content`
"""]]