Update README.md with project organization.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/68340ce4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/68340ce4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/68340ce4 Branch: refs/heads/master Commit: 68340ce435cf0f6f2e70a1a60b46bd9fbd4af84a Parents: e81dcb2 Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Thu Jul 12 11:33:40 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Thu Jul 12 11:33:40 2012 -0700 ---------------------------------------------------------------------- README.md | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/68340ce4/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index eee38b8..2d78d3a 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,16 @@ 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. -## Good Karma +## Project Organization -Each project should prefix the commits with the project name (or shortered name). -This allows us to easy associate each commit with a project. +> Everyone works on a branch -For example, the project `./cordova-hello-world`: +`master` branch should *never* have content. - git commit -m "[hello-world] Add an amazing feature." +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.