DESCRIPTION
        git-add

	Adds the selected files to the staging area.

SYNTAX
        git-add [options] filePattern

ARGUMENTS
        filePattern
                Files to add content from. Fileglobs (e.g.  *.c) can be given to add all matching files. Also a leading
                directory name (e.g.  dir to add dir/file1 and dir/file2) can be given to add all files in the directory,
                recursively.

OPTIONS
        --non-interactive
                Controls if the shell can ask for input or not.