Top/VersionCtl/repo

目次

repo とは

command

forall -pvc <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
Last-modified: 2019-06-09 (日) 16:59:05