Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I have a number of repositories. How do I merge them locally into one large repository?

John Garcia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 8, 2015

A Bitbucket user asked us the following question. As I had recently challenged a similar issue, I wanted to publish my results:

Hi Team,

I have five repository in my bitbucket account and I want to move all the
content from all 5 repository to one new.

Steps That I followed:

1. Clone all the repository on my local system.
2. Created new repository and clone that empty repository on my local
system.
3. Copy and Past all the five repository into newly created repository on
local system.
4. git push the newly created repository

I am observing issue that only folders pushed to bitbucket but data not
pushed.

Please suggest the correct way for this task.

Thanks,
Megha

1 answer

1 accepted

2 votes
Answer accepted
John Garcia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 8, 2015

It seems like what is happening here is that Git is identifying the sub-folders of the main project folder that contain .git folders as a subtree.

To prevent this behavior, strip out the .git folders from each subfolder in the project.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events