I am in a strange predicament. The repository that I want to clone is too large so I've been using sparse-checkout to get specific files and folders that I need. Here are the instructions I followed to do this: Is it possible to do a sparse checkout without checking out the whole repository first?.
An example: I was able to checkout Folder 1 and Folder 2 from the repository.
Repository
--> Folder1
--> Folder2
I now need to save a new folder with files into the repository. What is the best way to do this?
It would have to be structured like this:
Repository
--> Folder1
--> Folder2
--> NewFolder