A post commit hook would be great for making the push the server, but automating the pull would have to be through a different mechanism.  If you are just reading passwords, there will never be a git event to trigger the pull.  <br><div><br></div><div>Do realize though pass helps you with both of these.  Once the remote is defined and your ssh keys are in place a "pass git push" will send all updates.  A "pass git pull" will fetch and merge updates from the remote.</div><div><br></div><div>Philip</div><br><div class="gmail_quote">On Fri Jan 23 2015 at 7:42:28 AM George Angelopoulos <<a href="mailto:george@usermod.net">george@usermod.net</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Is there a way to automatically push-pull all insertions/deletions to<br>
all clients?<br>
<br>
Yes! Git hooks<br>
<a href="http://www.git-scm.com/book/en/v2/Customizing-Git-Git-Hooks" target="_blank">http://www.git-scm.com/book/<u></u>en/v2/Customizing-Git-Git-<u></u>Hooks</a><br>
<br>
<br>
<br>
On 01/23/2015 01:10 PM, Luca Pretto wrote:<br>
> Hello everybody.<br>
><br>
> I've been using pass on my Debian box for several months, and I'm quite<br>
> happy with that. Nice job. KISS wins. ;-)<br>
> I used to sync it to 3 PCs with ownCloud (bare files), but now I'm<br>
> trying to figure out how to do that directly with git.<br>
><br>
> This is the plan: central repo on a Linux server always online, with 3<br>
> (different platform) clients.<br>
> Is there a way to automatically push-pull all insertions/deletions to<br>
> all clients?<br>
><br>
> Sorry for being so git-noob, and many thanks for your time.<br>
><br>
> Cheers,<br>
> Luca<br>
><br>
><br>
><br>
> ______________________________<u></u>_________________<br>
> Password-Store mailing list<br>
> <a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
> <a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/<u></u>mailman/listinfo/password-<u></u>store</a><br>
<br>
<br>
______________________________<u></u>_________________<br>
Password-Store mailing list<br>
<a href="mailto:Password-Store@lists.zx2c4.com" target="_blank">Password-Store@lists.zx2c4.com</a><br>
<a href="http://lists.zx2c4.com/mailman/listinfo/password-store" target="_blank">http://lists.zx2c4.com/<u></u>mailman/listinfo/password-<u></u>store</a><br>
</blockquote></div>