<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/05/2016 10:08, Martin Bless
      wrote:<br>
    </div>
    <blockquote cite="mid:ngs8fa$3m0$1@ger.gmane.org" type="cite">
      <blockquote type="cite" style="color: #000000;">
        <pre wrap="">I have multiple git-backed password stores for different clients...
</pre>
      </blockquote>
      <pre wrap="">I stumbled across this clever looking solution:
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="https://gist.github.com/mpasternacki/e308be60eb2a67be080a">https://gist.github.com/mpasternacki/e308be60eb2a67be080a</a>

Tell us what you think of it if you give it a try.</pre>
    </blockquote>
    <p>Interesting. I presume this means you are expected to 'cd' into
      the desired git repo first - which I guess would work.</p>
    <p>As far as I can see, it also means I have to remember to type<br>
    </p>
    <p>    git pass edit foo/bar</p>
    <p>rather than</p>
    <p>    pass edit foo/bar</p>
    <p>If I do the latter by accident, it will create the password in my
      personal ~/.password-store instead.</p>
    Regards,<br>
    <br>
    Brian.<br>
  </body>
</html>