Warm tip: This article is reproduced from stackoverflow.com, please click
dataset git github

Appropriate Format to store dataset in github

发布于 2020-04-08 09:29:04

I have around 2000 files in the dataset. What is the correct format to upload it to Github repository, as Github prompts me I can't upload folder with more than 100 files? What is a standard practice utilized?

Questioner
shome
Viewed
69
VonC 2020-02-01 08:49

In that case:

  • make multiple commits (all with less than 100 files)
  • push each commits.

That could be scripts, especially if your fileset has a simple structure.