commit | e5c0ea0a959e72ddf6ace9c5a75d86de9e7fc1df | [log] [tgz] |
---|---|---|
author | Vadim Bendebury <vbendeb@chromium.org> | Fri Sep 05 10:26:31 2014 -0700 |
committer | Mike Frysinger <vapier@google.com> | Wed Sep 14 00:17:45 2016 -0400 |
tree | 750d5b10252bf5e1dac5f75f7a7de1e2428372d3 | |
parent | 7a77c16d376f504bd06d017ba10c91e3a6073b08 [diff] |
Consider local project to be default for 'repo start' The requirement to explicitly specify the local project when starting a new repo branch is somewhat counter intuitive. This patch uses the current directory's git tree as the default project. Tested by running 'repo start <name>' observed that the result is the same as if running 'repo start <name> .' Change-Id: If106caa801b4cd5ba70dbe8354a227d59f100aa3
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.