Skip to main content

add_paths_force

Function add_paths_force 

Source
pub fn add_paths_force(
    repo_root: &Path,
    paths: &[PathBuf],
) -> Result<(), GitError>
Expand description

Force-add existing paths, even if they are ignored.

Paths must be under the repo root; missing or outside paths are skipped.