pub fn pull_ff_only(
repo_path: &Path,
remote_name: &str,
branch: Option<&str>,
) -> Result<()>Expand description
Fast-forward-only pull of the current branch from remote_name (default “origin”) Uses shell git for fetch (to trigger 1Password SSH prompts) and git2 for fast-forward