The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Nuggit add

Stage the specified file(s) in the repository, automatically handling submodule boundaries.

SYNOPSIS

Specify one or more files or directories to be added. A file is required unless help, man, or -A is specified.

Examples: "nuggit_add.pl -A" or "nuggit_add.pl foo/bar" or "nuggit_add.pl -p README.md"

--help

Display an abbreviated help menu

--man

Display detailed documentation.

-A | --all

Stage all uncommitted changes (excludes untracked and ignored files)

-p | --patch

Interactively select which segments of each file to stage.