I have received multiple Git bundle files and would like to combine all them into one repository.
I know that the command git clone myfile.bundle
will create a repo from the bundle file which I could then merge together with all the other files. Is there was a way of combining multiple bundle files?