「repo help」の編集履歴(バックアップ)一覧に戻る
repo help - (2011/09/25 (日) 19:01:01) のソース
usage: repo COMMAND [ARGS] The complete list of recognized repo commands are: |[[init>repo/init]]| カレントディレクトリ内で repo を初期化 | Initialize repo in the current directory| |[[sync>repo/sync]]| 作業ツリーを最新のリビジョンに更新 | Update working tree to the latest revision| |[[smartsync>repo/smartsync]]| 作業ツリーを最新の安定バージョンに更新 | Update working tree to the latest known good revision| |[[start>repo/start]]| トピックブランチを作成 | Start a new branch for development| |[[abandon>repo/abandon]]| トピックブランチを削除 | Permanently abandon a development branch| |[[prune>repo/prune]]| マージ済みのトピックスブランチを破棄 | Prune (delete) already merged topics| |[[branch>repo/branch]]| トピックブランチの一覧を表示 | View current topic branches| |[[checkout>repo/checkout]]| トピックブランチをチェックアウト | Checkout a branch for development| |[[cherry-pick>repo/cherry-pick]]| 変更をチェリーピック | Cherry-pick a change.| |[[rebase>repo/rebase]]| ローカルブランチを上流のブランチにリベース | Rebase local branches on upstream branch| |[[status>repo/status]]| 作業ツリーの状態を表示 | Show the working tree status| |[[diff>repo/diff]]| コミットと作業ツリー間の差分を表示 | Show changes between commit and working tree| |[[stage>repo/stage]]| ファイルをコミット予約する(ステージング) | Stage file(s) for commit| |[[grep>repo/grep]]| 条件に一致する行を出力 | Print lines matching a pattern| |[[forall>repo/forall]]| 全プロジェクトにシェルコマンドを実行 | Run a shell command in each project| |[[list>repo/list]]| プロジェクト名とそのディレクトリを一覧表示 | List projects and their associated directories| |[[manifest>repo/manifest]]| マニフェストを管理するユーティリティ | Manifest inspection utility| |[[upload>repo/upload]]| Gerritサーバに変更を登録 | Upload changes for code review| |[[download>repo/download]]| Gerritサーバに登録された変更をダウンロード&チェックアウト | Download and checkout a change| |[[version>repo/version]]| repoのバージョンを表示 | Display the version of repo| |[[help>repo/help]]| コマンドの詳細なヘルプを表示 | Display detailed help on a command| |[[selfupdate>repo/selfupdate]]| repo を最新のバージョンに更新 | Update repo to the latest version| See 'repo help <command>' for more information on a specific command. -----