Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This page to describe the branching model for ealge development. Basically, we adopt the branching model at http://nvie.com/posts/a-successful-git-branching-model/ with simplify.

 

Branching Model

Eagle branch model is a simplified version of aforementioned model.

...

  1. User for the develop branch to his own repository, say from apache/incubator-eagle/tree/dev => ralphsu/incubator-eagle/tree/devdevelop, then create feature branch hdfs-audit-log or ${JIRA-ID} (which is recommended for much easily for tracking the changes, especially for long-time work)
  2. User continue add code on ralphsu/incubator-eagle/tree/hdfs-audit-log, and suggest continuously pull from apache/incubator-eagle/tree/dev develop to keep sync.
  3. User send PR to develop branch at target release cycle.

...