Link to home
Start Free TrialLog in
Avatar of Rohit Bajaj
Rohit BajajFlag for India

asked on

Fetch code files from repository in github

HI,
I have several repos in my github account.
I have a codebase which takes as input a code it could be ruby, c java or anything and processes it.
For generating test cases what i am thinking is somehow fetch say 50 files for each java, ruby , c, c++ from all the repos under my account and process them.
Is it possible to do it? Is there any other way i can build lot of geniuine code test cases rather than keeping file on my local machine ?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Rohit Bajaj

ASKER

I have to look into these commands.. Apart from git can u suggest any other way to get sample codes from somewhere...
Also what do you think will be a good idea to keep all the codes in a testCases folder in my project or not storing it and just fetching each code with a http call and testing it.. this way i wont have to store 100s of files ?
You fetch them with (s)FTP maybe. I can't comment as to where it would be most convenient for you to store the files