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
If you want to add multiple files in a given folder you can split them using {,}. This is awesome for not repeating long paths, e.g.
{,}
git add long/path/{file1,file2,...,filen}
Beware not to put spaces between the ,.
,