Skip to main content

stage_all_changes

Function stage_all_changes 

Source
pub fn stage_all_changes() -> Result<()>
Expand description

Stage all changes (including new files, modifications, and deletions)

Uses git add -A to stage all changes in the working directory.