pub fn pull(store: &PasswordStore) -> Result<()>
Pull new changes from the remote git repository.
Returns an Err if the repository doesn’t exist or if a git operation fails
Err