gitdir
gitdir copied to clipboard
Downloading a github folder into a specified directory
I'm trying to download a folder from github into a local directory. This is the code i'm running on command line:
gitdir --output_dir C:\Users\HP\Documents\datafolder https://github.com/Abba00/ImageDatasets/tree/main/SmallDataset
The command creates the "datafolder" directory but still downloads the github folder in it's own directory which isn't the desired result. Please could you offer any help on this? It would be highly appreciated.
This pull request fixed it.