I've created a directory called 'src' which contain the files 'level.txt' and 'notes.txt':
Remys:git-practice Remyce$ cd src
Remys:src Remyce$ ls
level.txt notes.txt
How do I add the src directory instead of the individual files? It keeps coming up with:
Remys:src Remyce$ add src
-bash: add: command not found
I also need to commit the files to the repo.