aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 16:41:48 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-01 16:41:48 -0400
commita59e85dee21a04bad386f4c07b2bf8cd21d6622f (patch)
tree8599968f0bead422a8e53035960ba6fbf36d4abc /doc
parent4ff33c15314321b1fc64d0f329d892e77783fac2 (diff)
response
Diffstat (limited to 'doc')
-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`
+"""]]