pass
This page contains information about how to configure pass.
Initializing password store
To initialize the password store use the following command.
pass init
Git
It is possible to store the encrypted passwords in Git. To tell pass that it should use git to store the encrypted passwords use the following commands.
pass git init
pass git remote add origin [repository]
pass git push