-
Notifications
You must be signed in to change notification settings - Fork 0
nuggit add
David Edell edited this page Jun 11, 2021
·
1 revision
\
Stage the specified file(s) in the repository, automatically handling submodule boundaries.
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.