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

get-branches - downloads all branches related to a Launchpad team or person

Authors

get-branches  was written by Daniel Holbach <daniel.holbach@ubuntu.com>, and this manual page was written
       by Jonathan Patrick Davies <jpds@ubuntu.com>.

       Both are released under the terms of the GNU General Public License, version 3.

Description

get-branches  uses the LP API to get a list of branches for a person or team and calls Bazaar to download
       all branches.

Name

       get-branches - downloads all branches related to a Launchpad team or person

Options

       Listed below are the command line options for get-branches:

       -h, --help
              Display a help message and exit.

       -d, --directory
              Download branches to a directory other than the current directory.

       -o, --operation
              Specifies which Bazaar operation to use when downloading the branches; may  be  either  branch  or
              checkout.

       -t, --team
              Specifies which Launchpad team/person to download branches from.  This option is required.

See Also

bzr(1)

ubuntu-dev-tools                                 11 August 2008                                  get-branches(1)

Synopsis

get-branches [-ddirectory] [-obranch|checkout] -tteamget-branchesteamget-branches--help

See Also