pub fn git_add(repo_path: &Path, paths: &[PathBuf]) -> Result<GitAddResult>Expand description
Stage files in the git index.
If paths is empty, stages all modified/untracked files (like git add -A).
pub fn git_add(repo_path: &Path, paths: &[PathBuf]) -> Result<GitAddResult>Stage files in the git index.
If paths is empty, stages all modified/untracked files (like git add -A).