How can I add a folder recursively, with its subfolders and its files?
When I use git add folder_name, only that folder is getting added. git status<
git add folder_name
git status<
cd desired_directory; git add .;
Er, it looks like this was answered by Justin L. in a comment while I as typing.