logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

multi-push - push a source tree to multiple source repositories

Author

       This manpage and the utility was written by Dustin Kirkland <kirkland@ubuntu.com> for Ubuntu systems (but
       may  be used by others).  Permission is granted to copy, distribute and/or modify this document under the
       terms of the GNU General Public License, Version 3 published by the Free Software Foundation.

       On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-
       licenses/GPL, or on the web at http://www.gnu.org/licenses/gpl.txt.

bikeshed                                           6 Feb 2013                                      multi-push(1)

Caveats

       Currently, the bzr(1) on Launchpad.net is assumed to be the master and the git(1) tree on  Github.com  is
       assumed to be the slave.

Description

multi-push  is  a  script that will first push a bzr(1) source tree up to Launchpad.net, then export that
       tree to git(1), and push that tree up to Github.com.

       It is often useful to have a backup copy of your source tree, and it enables wider sharing of your source
       code across other development communities.

Name

multi-push - push a source tree to multiple source repositories

See Also

bzr(1), git(1)

Synopsis

multi-push $@

       multi-push-init

See Also