Top/VersionCtl/repo

目次

repo とは

command

forall <command-line>

branches

checkout <branch-name>

全 branch の切り替え

  1. リポジトリ名を除いた branch 名で checkout する
    $ repo init -b <new-branch-name>
  2. ひとまずファイル実体を全て消して、展開し直す
    $ rm -rf *;
    $ repo sync
    $ repo start <new-branch-name>

manifest が更新されているかもしれない場合の更新方法

Links


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS