This will be my first git use. I have added new files ( a lot ) to the folder/project ( git local repository).
I went through online tutorials and forums and see i can do
Use the git add command, followed by a list of space-separated filenames. Include paths if in other directories, e.g. directory-name/file-name.
git add
directory-name/file-name
git add file-1 file-2 file-3