Function git_add_all
Source pub fn git_add_all() -> Result<bool>
Expand description
Stage all changes.
Similar to git add -A.
§Returns
Returns Ok(true) if files were successfully staged, Ok(false) if there
were no files to stage, or an error if staging failed.
§Errors
Returns error if the operation fails.