Hello,

I want to transfer my password store from desktop to a server, so I can pull it on my phone easily. And I have no idea how to do it. This is what I tried:

On my server:
mkdir pass-store; cd pass-store; git init --bare
And then on my desktop:
pass git remote add origin [email protected]:pass-store; pass git push origin master

Everything was done without any erors, but I don't see any passwords in ~/pass-store, only git files. Could you help me with this? I'm not really familiar with git.

Cheers,
Eregus
_______________________________________________
Password-Store mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/password-store

Reply via email to