最終更新:2013-11-07 (木) 07:08:53 (3822d)  

repo checkout
Top / repo checkout

Summary
-------
Checkout a branch for development

Usage: repo checkout <branchname> [<project>...]

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

Description
-----------
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>

関連