Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launchpad and github sync

I make launchpad automatically import code of my project from github. If I make changes at launchpad, like adding translations, is there a way to automatically export them to github? Or should I just switch to launchpad for code hosting?

like image 534
Fish Monitor Avatar asked Mar 19 '26 17:03

Fish Monitor


1 Answers

You can use the "dpush" command from the bzr-git plugin to push the changes on Launchpad back into Git.

E.g.:

$ bzr branch lp:~yourusername/yourproject/translations
$ cd translations
$ bzr dpush github:yourgithubusername/yourgithubrepo,branch=translations
like image 189
jelmer Avatar answered Mar 22 '26 09:03

jelmer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!