The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically synchronise a bitbucket repository with a github repository

rshea
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
April 23, 2014

I have a repository on bitbucket and whenever I make a commit to it I want a commit to be made to a corresponding repository on github.

How is this best done ?

I commit from the bash command line, I'm not using Sourcetree.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Deleted user
April 24, 2014

Below I assume git because you mentioned GitHub.

You don't want commit but push to two remote repositories. All your commits still take place in your local repository. The idea is to add an extra remote repository as push target with git remote-command like:

git remote set-url --add --push origin git://somewhere/something.git

Details and several configuration variations from the following StackOverflow questions:

TAGS
AUG Leaders

Atlassian Community Events