Skip to main content

git_add_all

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.