You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by he...@apache.org on 2013/03/13 22:29:35 UTC

[5/30] git commit: Update README.md with project organization.

Update README.md with project organization.


Project: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/commit/68340ce4
Tree: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/tree/68340ce4
Diff: http://git-wip-us.apache.org/repos/asf/cordova-firefoxos/diff/68340ce4

Branch: refs/heads/master
Commit: 68340ce435cf0f6f2e70a1a60b46bd9fbd4af84a
Parents: e81dcb2
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Jul 12 11:33:40 2012 -0700
Committer: Michael Brooks <mi...@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/cordova-firefoxos/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.