[doc] Update README.md with project title.
Project: http://git-wip-us.apache.org/repos/asf/cordova-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-labs/commit/85dd543d Tree: http://git-wip-us.apache.org/repos/asf/cordova-labs/tree/85dd543d Diff: http://git-wip-us.apache.org/repos/asf/cordova-labs/diff/85dd543d Branch: refs/heads/hastings Commit: 85dd543de600688015d33abaf1d66c4af8d77697 Parents: e74b79e Author: Michael Brooks <[email protected]> Authored: Thu Aug 8 14:53:48 2013 -0700 Committer: Michael Brooks <[email protected]> Committed: Thu Aug 8 14:54:14 2013 -0700 ---------------------------------------------------------------------- README.md | 42 ++---------------------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/85dd543d/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 72c6336..08c900e 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,4 @@ -# Cordova Labs +# Hastings -> Caution: Safety Goggles are Recommended! +> Documentation with grit. -## Purpose - -The purpose of this repo is for experimental code. Examples include demo apps, -native api explorations, or anything really that does not fit in an existing Cordova platform. - -## Project Organization - -> Everyone works on a branch - -`master` branch should *never* have content. - -Each project should create a separate branch to work on. There are major benefits -to this practice: - -- Each project has an isolate git history, which allows for easy migration to - a new git repository; -- Working directory is not polluted with the files of other projects. -- Projects will not step on each others toes. - -## Migrating Repositories - -One day, you labs project may grow up and need it's own repository. -You can easily move all of your Git history to your new repository with the -following steps: - - # cd to labs and checkout your project's branch - git checkout my-branch - - # add your new repository as a remote - git add remote my-remote <url> - - # currently, my-remote should be empty (no commits) - - # push my-branch to my-remote's master branch - git push my-remote my-branch:master - - # now clone your new project (my-remote) - git clone <url>
