From d2369894f021ad445e0714896775730c86ad8355 Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Tue, 8 Oct 2019 06:43:33 +0000 Subject: [PATCH] Added a comment: automaticallly sync content on git push/pull --- .../comment_1_4e813660a7743ecc3378b87adb0cd0f8._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/option_to_block_git_from_pushing_references_to_not-yet-saved_contents/comment_1_4e813660a7743ecc3378b87adb0cd0f8._comment diff --git a/doc/todo/option_to_block_git_from_pushing_references_to_not-yet-saved_contents/comment_1_4e813660a7743ecc3378b87adb0cd0f8._comment b/doc/todo/option_to_block_git_from_pushing_references_to_not-yet-saved_contents/comment_1_4e813660a7743ecc3378b87adb0cd0f8._comment new file mode 100644 index 0000000000..3a2658b6da --- /dev/null +++ b/doc/todo/option_to_block_git_from_pushing_references_to_not-yet-saved_contents/comment_1_4e813660a7743ecc3378b87adb0cd0f8._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="Ilya_Shlyakhter" + avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0" + subject="automaticallly sync content on git push/pull" + date="2019-10-08T06:43:33Z" + content=""" +Even better would be an option to automatically sync copy the content referenced by any pushed commits, to a specified remote; and/or, to automatically `git-annex-get` content referenced by any pulled commits. Then can use git-annex like git without needing to remember to `git-annex-sync`. [[todo/operate_on_files_affected_by_a_commit_range]] could be useful in implementing the hooks. +"""]]