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).
paths
git add -A