File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ lab501-sheriff
2
+ lab502-mf-routes-solution
3
+ lab502-mf-starter
4
+ lab502a-loading-mf
5
+ lab502b-mf-sharing
6
+ lab502c-mf-routes
7
+ lab502d-mf-routes-solution
8
+ lab502e-mf-loading-components
9
+ lab502f-mf-multi
10
+ lab503-signals-starter
1
11
lab503a-signals
2
12
lab503b-change-detection
3
- lab503b.1-local-change-detection
4
13
lab503c-computed-effects
5
14
lab503c0-refactor-delay
6
15
lab503d-computed2
@@ -9,8 +18,6 @@ lab503e-rxjs-interop
9
18
lab503f-signal-inputs
10
19
lab504-signal-store-starter
11
20
lab504a-signal-store
12
- lab504b-rx-method
13
- lab504c-entities
14
21
lab504d-normalization
15
22
lab504e-custom
16
23
lab504f-custom2
Original file line number Diff line number Diff line change 3
3
set -e
4
4
5
5
BRANCH_LIST=" ent-branches.txt"
6
- FIXED_COMMIT=" a3dd3b8874e71a0396 " # der zu cherry-pickende Commit
6
+ FIXED_COMMIT=" 786f548 " # der zu cherry-pickende Commit
7
7
8
8
while read -r BRANCH; do
9
9
if [[ -z " $BRANCH " ]]; then
@@ -20,7 +20,7 @@ while read -r BRANCH; do
20
20
fi
21
21
22
22
echo " ===> Cherry-Pick von $FIXED_COMMIT "
23
- git cherry-pick " $FIXED_COMMIT "
23
+ git cherry-pick " $FIXED_COMMIT "
24
24
25
25
done < " $BRANCH_LIST "
26
26
You can’t perform that action at this time.
0 commit comments