gitdir icon indicating copy to clipboard operation
gitdir copied to clipboard

Downloading a github folder into a specified directory

Open abbaac opened this issue 2 years ago • 1 comments

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.

abbaac avatar Sep 13 '23 08:09 abbaac

This pull request fixed it.

Python-simulation avatar Nov 21 '23 15:11 Python-simulation