|
|
@ -2,6 +2,23 @@ Example Web Server/Site Template |
|
|
|
================================ |
|
|
|
|
|
|
|
|
|
|
|
------------------------------------------------- |
|
|
|
Git Branching |
|
|
|
------------------------------------------------- |
|
|
|
|
|
|
|
``` |
|
|
|
hotfix *--* |
|
|
|
/ \ |
|
|
|
master *--------------*------*----------*------------*----------*-------------- |
|
|
|
\ / \ / / / |
|
|
|
release \ *---*----------*------*------------*----------*---------------- |
|
|
|
\ / \ \ \ / / |
|
|
|
dev *--*--*----*----*--*--*--*---*-----*--*----*--*--*------------------ |
|
|
|
\ / \ / |
|
|
|
feature *--*--* *--*--* |
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
------------------------------------------------- |
|
|
|
Project Layout |
|
|
|
------------------------------------------------- |
|
|
|