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

Can i connect two Bitbucket server to the same Git repository ?

thomas_ricaud December 4, 2015

Hi,

Can i connect two Bitbucket server to the same GIT repository ?

Best regards

 

2 answers

1 accepted

2 votes
Answer accepted
Tim Crall
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.
December 4, 2015

I'm not totally sure if I'm understanding your question correctly.

Reversing the question, you can connect one Git repository to two Bitbucket servers.  The first server - the one you clone from - will be automatically called "origin".  You can add a second remote to a git repo with the command 

git remote add <name> <url>

Once you've done that, you can push to and pull from either remote from the repo by specifying the remote's name.

If your'e trying to do something different, like set up an automatic syncing between two Bitbucket repos, please clarify.

0 votes
thomas_ricaud December 7, 2015

Hi,

Thanks you answered my question "you can connect one Git repository to two Bitbucket servers"

I was trying to have two bitbutcket server one on each side of a firewall sharing identical git repository.

i might end up cloning my repository or stay on one side of the firewall. Not sur yet

Thanks

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events