aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_1_7258d0203a0578d0f4e0221295511237._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_1_7258d0203a0578d0f4e0221295511237._comment b/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_1_7258d0203a0578d0f4e0221295511237._comment
new file mode 100644
index 000000000..ed8b0dbe3
--- /dev/null
+++ b/doc/forum/Integrating_annex_get_into_git_checkout_with_hooks/comment_1_7258d0203a0578d0f4e0221295511237._comment
@@ -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`
+"""]]