webos-internals
applications
Simple example(s) for getting started with webOS / Mojo application development.
-
Cloning this repository:
git clone git://gitorious.org/webos-internals/applications.git applications cd applications
Add this repository as a remote to an existing local repository:
git remote add applications git://gitorious.org/webos-internals/applications.git git fetch applications git checkout -b my-local-tracking-branch applications/master_or_other_branch
- Branches:
- master


