File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,9 @@ is manual, here is how you do it:
1212
13131 . checkout the latest version of the gh-pages branch
14142 . open a Git Bash at root level of the repo (ls should show you the index.html file)
15- 3 . execute the following command to update the submodule ` git submodule update --remote `
16- 4 . Check the cmd output line "Submodule path 'pattern': checked out 'COMMIT_HASH'" and validate that the correct COMMIT_HASH is used
17- 5 . Check if something changed with ` git diff ` . It should show the folder 'patterns' changed.
18- 6 . Execute ` git add . `
19- 7 . Commit and push the change
15+ 3 . execute the following command to initialize the submodules ` git submodule update --init --recursive `
16+ 4 . execute the following command to update the submodule ` git submodule update --remote `
17+ 5 . Check the cmd output line "Submodule path 'pattern': checked out 'COMMIT_HASH'" and validate that the correct COMMIT_HASH is used
18+ 6 . Check if something changed with ` git diff ` . It should show the folder 'patterns' changed.
19+ 7 . Execute ` git add . `
20+ 8 . Commit and push the change
You can’t perform that action at this time.
0 commit comments