diff options
author | Mike Frysinger <vapier@google.com> | 2016-08-16 00:08:37 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@google.com> | 2016-08-16 00:14:28 -0400 |
commit | befaec1e56e70582249f6cd4a5f9de5c012ad718 (patch) | |
tree | 60168da9f0f3504846432d61c068b0a5bae510b2 /README.md | |
parent | 69297c1b771bbbd05b63e965a524de6860d15d8c (diff) | |
download | git-repo-befaec1e56e70582249f6cd4a5f9de5c012ad718.tar.gz |
improve docs
Change-Id: Ide4008f09c2f17f8fb3d85dfffe94544abfdd6a6
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..e35f8e99 --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,14 @@ | |||
1 | # repo | ||
2 | |||
3 | Repo is a tool built on top of Git. Repo helps manage many Git repositories, | ||
4 | does the uploads to revision control systems, and automates parts of the | ||
5 | development workflow. Repo is not meant to replace Git, only to make it | ||
6 | easier to work with Git. The repo command is an executable Python script | ||
7 | that you can put anywhere in your path. | ||
8 | |||
9 | * Homepage: https://code.google.com/p/git-repo/ | ||
10 | * Bug reports: https://code.google.com/p/git-repo/issues/ | ||
11 | * Source: https://code.google.com/p/git-repo/ | ||
12 | * Overview: https://source.android.com/source/developing.html | ||
13 | * Docs: https://source.android.com/source/using-repo.html | ||
14 | * [Submitting patches](./SUBMITTING_PATCHES.md) | ||