I need complete command reference for all the commands repo tool can
do.
Is there any documentation/User Guide someone can point me to?
Thanks
Kunjal
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
Did you try running just `repo` after a client was initialized?
$ repo
usage: repo COMMAND [ARGS]
The most commonly used repo commands are:
abandon Permanently abandon a development branch
branches View current topic branches
checkout Checkout a branch for development
diff Show changes between commit and working tree
download Download and checkout a change
grep Print lines matching a pattern
init Initialize repo in the current directory
prune Prune (delete) already merged topics
stage Stage file(s) for commit
start Start a new branch for development
status Show the working tree status
sync Update working tree to the latest revision
upload Upload changes for code review
See 'repo help <command>' for more information on a specific command.
See 'repo help --all' for a complete list of recognized commands.