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

repo - repo checkout - manual page for repo checkout

Description

       Summary

       Checkout a branch for development

Details

       The 'repo checkout' command checks out an existing branch that was previously created by 'repo start'.

       The command is equivalent to:

              repo forall [<project>...] -c git checkout <branchname>

repo checkout                                       July 2022                                            REPO(1)

Name

       repo - repo checkout - manual page for repo checkout

Options

-h, --help
              show this help message and exit

       -j JOBS, --jobs=JOBS
              number of jobs to run in parallel (default: based on number of CPU cores)

   Loggingoptions:-v, --verbose
              show all output

       -q, --quiet
              only show errors

   Multi-manifestoptions:--outer-manifest
              operate starting at the outermost manifest

       --no-outer-manifest
              do not operate on outer manifests

       --this-manifest-only
              only operate on this (sub)manifest

       --no-this-manifest-only, --all-manifests
              operate on this manifest and its submanifests

       Run `repo help checkout` to view the detailed manual.

Synopsis

repocheckout<branchname> [<project>...]

See Also