This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
forked from joomla-extensions/boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 30
/
merge.sh
executable file
·167 lines (126 loc) · 1.95 KB
/
merge.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
git checkout t1
git merge t0
echo "t1 done"
git checkout t1b
git merge t1
echo "t1b done"
git checkout t2
git merge t1b
echo "t2 done"
git checkout t3
git merge t2
echo "t3 done"
git checkout t4
git merge t3
echo "t4 done"
git checkout t5
git merge t4
echo "t5 done"
git checkout t6
git merge t5
echo "t6 done"
git checkout t6b
git merge t6
echo "t6b done"
git checkout t7
git merge t6b
echo "t7 done"
git checkout t8
git merge t7
echo "t1b done"
git checkout t9
git merge t8
echo "t1b done"
git checkout t10
git merge t9
echo "t1b done"
git checkout t11a
git merge t10
echo "t11a done"
git checkout t11b
git merge t11a
echo "t1b done"
git checkout t12
git merge t11b
echo "t1b done"
git checkout t13
git merge t12
echo "t1b done"
git checkout t14a
git merge t13
echo "t1b done"
git checkout t14b
git merge t14a
echo "t1b done"
git checkout t15a
git merge t14b
echo "t15a done"
git checkout t16
git merge t15a
echo "t1b done"
git checkout t17
git merge t16
echo "t1b done"
git checkout t18
git merge t17
echo "t1b done"
git checkout t19
git merge t18
echo "t1b done"
git checkout t20
git merge t19
echo "t1b done"
git checkout t21
git merge t20
echo "t1b done"
git checkout t22
git merge t21
echo "t1b done"
git checkout t23
git merge t22
echo "t1b done"
git checkout t24
git merge t23
echo "t1b done"
git checkout t24b
git merge t24
echo "t1b done"
git checkout t25
git merge t24b
echo "t1b done"
git checkout t26
git merge t25
echo "t1b done"
git checkout t27
git merge t26
echo "t1b done"
git checkout t28
git merge t27
echo "t1b done"
git checkout t29
git merge t28
echo "t1b done"
git checkout t30
git merge t29
echo "t1b done"
# module
git checkout t31
git merge t30
echo "t1b done"
git checkout t32
git merge t31
echo "t1b done"
git checkout t33
git merge t32
echo "t1b done"
git checkout t34
git merge t33
echo "t1b done"
# template
git checkout t35
git merge t34
echo "t1b done"
# ENDE
git checkout tutorial
git merge t35
echo "tutorial done"