Pass and multiple computers
Synchronization by git
pass the standard unix password manager can be synchronized by a git. If you don’t have store yet inicialize it. Inicialization of git is simple as well.
$ pass init pgp@key.id
$ pass git init
After this all password changes make a new commit, to update or get latest data from remote you can use following commands.
$ pass git push
$ pass git pull