Create repo from multiple git package files

I got several git package files and would like to merge all this into one repository.

I know that the team git clone myfile.bundlewill create a repo from a package file from which I could then merge together with all the other files, but I was wondering if there is a way to combine several package files.

+4
source share

All Articles