summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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)