Go to file
Changcheng Xiao 87984c6db4 Add options for git-repo to support private and wip changes
This change adds options for git-repo tool to support private
changes and work-in-progress changes.

Change-Id: I343491f5949f06f1580d53f9cc0dee2dca09130f
2017-08-07 15:02:39 +02:00
docs
hooks
subcmds
tests
.flake8
.gitattributes
.gitignore
.mailmap
.project
.pydevproject
color.py
command.py
COPYING
editor.py
error.py
event_log.py
git_command.py
git_config.py
git_refs.py
git_ssh
gitc_utils.py
main.py
manifest_xml.py
pager.py
progress.py
project.py
pyversion.py
README.md
repo
SUBMITTING_PATCHES.md
trace.py
wrapper.py

repo

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.