From 4d0a4bbee73b87428d57405310ceaa6be629d72a Mon Sep 17 00:00:00 2001 From: sachinkumar83 Date: Fri, 14 Apr 2017 03:38:35 +0000 Subject: [PATCH] --- doc/forum/deploy.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/deploy.mdwn diff --git a/doc/forum/deploy.mdwn b/doc/forum/deploy.mdwn new file mode 100644 index 0000000000..b9e0974122 --- /dev/null +++ b/doc/forum/deploy.mdwn @@ -0,0 +1,5 @@ +Greetings, + +I use the push-to-deploy pattern (as described in 4.1 http://gitolite.com/deploy.html). However, my git repo has large binary files that I'd like to annex. Is there an example of using git annex with a bare remote repository with the appropriate post-receive hook to accomplish the deploy? + +Thanks