<br><br><div class="gmail_quote">On Wed, Mar 19, 2014 at 4:11 AM, Jan-Frode Myklebust <span dir="ltr"><<a href="mailto:janfrode@tanso.net" target="_blank">janfrode@tanso.net</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Next feature request would be to allow each team to have their own git<br>
repository, instead of having everything in the same repo.. That would<br>
allow me to use pass for managing both work and private passwords.</blockquote><div><br></div><div>To have completely different password stores with different git repos, just set a different PASSWORD_STORE_DIR env var. You can do it with a bash alias even:</div>
<div><br></div><div>alias mypass="PASSWORD_STORE_DIR=/home/blah/.mypass pass"</div><div>alias yourpass="PASSWORD_STORE_DIR=/home/blah/.yourpass pass"</div><div><br></div><div>You can also play with PASSWORD_STORE_GIT.</div>
</div>