summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2016-08-16 00:08:37 -0400
committerMike Frysinger <vapier@google.com>2016-08-16 00:14:28 -0400
commitbefaec1e56e70582249f6cd4a5f9de5c012ad718 (patch)
tree60168da9f0f3504846432d61c068b0a5bae510b2 /README.md
parent69297c1b771bbbd05b63e965a524de6860d15d8c (diff)
downloadgit-repo-befaec1e56e70582249f6cd4a5f9de5c012ad718.tar.gz
improve docs
Change-Id: Ide4008f09c2f17f8fb3d85dfffe94544abfdd6a6
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
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
3Repo is a tool built on top of Git. Repo helps manage many Git repositories,
4does the uploads to revision control systems, and automates parts of the
5development workflow. Repo is not meant to replace Git, only to make it
6easier to work with Git. The repo command is an executable Python script
7that 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)