Skip to content

nuggit add

David Edell edited this page Jun 11, 2021 · 1 revision

date: 2021-04-29 section: 1p title: NUGGIT_ADD

\

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.

Clone this wiki locally