Updated Branches: refs/heads/master 412a7bd12 -> b4427fed6
CB-4711 : add examples to README Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/b4427fed Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/b4427fed Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/b4427fed Branch: refs/heads/master Commit: b4427fed6a3ded86e24dcc30fbf43a4989143181 Parents: 412a7bd Author: David Kemp <[email protected]> Authored: Fri Aug 30 11:21:47 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Aug 30 11:33:52 2013 -0400 ---------------------------------------------------------------------- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/b4427fed/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8540a9f..b6d0c68 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,15 @@ Usage ----- `./coho --help` +Examples +-------- +`./coho repo-clone -r plugins -r mobile-spec -r android -r ios -r cli` + +`./coho repo-update -r auto` + +`./coho foreach -r plugins "git checkout master"` + +`./coho foreach -r plugins "git clean -fd"` + +`./coho list-repos` +
