I have have my own git repository with some subfolders which all belong to my git repository. Now I want to add another subfolder vendor
that I cloned from a remote github url.
However, When I try to commit the new folder vendor
and its contents,(subfolders, files, etc), git tells me that there are no changes, and I don't know how to add this new subfolder vendor
.