最終更新:2013-10-03 (木) 18:46:21 (3855d)  

repo help
Top / repo help

help

  • リポジトリ外
    usage: repo COMMAND [ARGS]
    
    repo is not yet installed.  Use "repo init" to install it here.
    
    The most commonly used repo commands are:
    
      init      Install repo in the current working directory
      help      Display detailed help on a command
    
    For access to the full online help, install repo ("repo init").
  • リポジトリ内
    usage: repo COMMAND [ARGS]
    
    The most commonly used repo commands are:
    
      abandon      Permanently abandon a development branch
      branch       View current topic branches
      branches     View current topic branches
      checkout     Checkout a branch for development
      cherry-pick  Cherry-pick a change.
      diff         Show changes between commit and working tree
      download     Download and checkout a change
      grep         Print lines matching a pattern
      init         Initialize repo in the current directory
      list         List projects and their associated directories
      overview     Display overview of unmerged project branches
      prune        Prune (delete) already merged topics
      rebase       Rebase local branches on upstream branch
      smartsync    Update working tree to the latest known good revision
      stage        Stage file(s) for commit
      start        Start a new branch for development
      status       Show the working tree status
      sync         Update working tree to the latest revision
      upload       Upload changes for code review
    
    See 'repo help <command>' for more information on a specific command.
    See 'repo help --all' for a complete list of recognized commands.