Skip to content

Commit 6ef63e2

Browse files
committed
Update doc.
1 parent 24d2e6c commit 6ef63e2

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ Script to manage Git projects with multiple submodules and multiple branches per
66

77
If you have several initialized submodules in your project, and you handle several branches both in the project as in the related submodules, then you have a Git-Matrix case:
88

9+
-------------------------------------
10+
| B | B | B | B | | B |
11+
| R | R | R | R | | R |
12+
| A | A | A | A | | A |
13+
| N | N | N | N | ... | N |
14+
| C | C | C | C | | C |
15+
| H | H | H | H | | H |
16+
| 1 | 2 | 3 | 4 | | X |
17+
------------------------|-----|-----|-----|-----|-----|-----|
18+
| S U B M O D U L E 1 | | | | | | X |
19+
|-----------------------|-----|-----|-----|-----|-----|-----|
20+
| S U B M O D U L E 2 | G | | | | I | |
21+
|-----------------------|-----|-----|-----|-----|-----|-----|
22+
| S U B M O D U L E 3 | | I | | R | | |
23+
|-----------------------|-----|-----|-----|-----|-----|-----|
24+
| S U B M O D U L E 4 | | | T | | | |
25+
|-----------------------|-----|-----|-----|-----|-----|-----|
26+
| . . . | | A | | | | |
27+
|-----------------------|-----|-----|-----|-----|-----|-----|
28+
| S U B M O D U L E Y | M | | | | | |
29+
-------------------------------------------------------------
30+
31+
932
=======================================
1033
|| B R A N C H E S ||
1134
---------------------------------------

0 commit comments

Comments
 (0)