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

Automatically synchronise a bitbucket repository with a github repository

rshea 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

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:

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events