Function configure_repo_git_auth
Source pub fn configure_repo_git_auth(
repo_path: &Path,
workspace_id: &str,
) -> Result<PathBuf>
Expand description
Configures a repository to use the CodeTether Git credential helper.
The helper path is returned so callers can inspect or clean it up later.
§Examples
ⓘlet helper = configure_repo_git_auth(repo_path, "ws-1")?;