File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 36
36
git merge origin/master
37
37
cd ..
38
38
git add katacoda-scenarios
39
+ cd wiki-tutorials/
40
+ git checkout main
41
+ git fetch
42
+ git branch
43
+ git merge origin/main
44
+ cd ..
45
+ git add wiki-tutorials
39
46
cd architectures/
40
47
git checkout master
41
48
git fetch
Original file line number Diff line number Diff line change 1
1
[submodule "katacoda-scenarios "]
2
2
path = katacoda-scenarios
3
- url = https://github.com/devonfw/katacoda-scenarios.git
3
+ url = https://github.com/devonfw-tutorials /katacoda-scenarios.git
4
4
branch = master
5
+ [submodule "wiki-tutorials "]
6
+ path = wiki-tutorials
7
+ url = https://github.com/devonfw-tutorials/wiki-tutorials.git
8
+ branch = main
5
9
[submodule "devonfw-guide "]
6
10
path = devonfw-guide
7
11
url = https://github.com/devonfw/devonfw-guide.git
You can’t perform that action at this time.
0 commit comments