pub fn pull(repo: &Repository) -> Result<(), VaultError>Expand description
Pull latest from the remote (if one exists). Best-effort; silently skips if no remote.
pub fn pull(repo: &Repository) -> Result<(), VaultError>Pull latest from the remote (if one exists). Best-effort; silently skips if no remote.