VMS Help  —  GIT  ADD
 	This command updates the index using the current content found
 	in the working tree, to prepare the content staged for the next commit.
 	It typically adds the current content of existing paths as a whole,
 	but with some options it can also be used to add content with only
 	part of the changes made to the working tree files applied, or
 	remove paths that do not exist in the working tree anymore.

 	Command Syntax:

 		git add [--verbose | -v] [--dry-run | -n] [--force | -f]
 			[--interactive | -i] [--patch | -p] [--edit | -e]
 			[--[no-]all | -A | --[no-]ignore-removal | [--update | -u]]
 			[--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors]
 			[--ignore-missing] [--renormalize] [--chmod=(+|-)x]
 			[--pathspec-from-file=<file> [--pathspec-file-nul]]
 			[--] [<pathspec>…​]
Close Help