You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update-levelbuilder.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,11 @@ This .md file should only contain information which is specific to Code.org engi
9
9
1. Or in your local repository:
10
10
-`git checkout levelbuilder`
11
11
-`git pull origin levelbuilder` To make sure you're up-to-date.
12
-
-`git pull origin staging` To fetch and merge `staging` directly into `levelbuilder`.
12
+
-`git pull origin staging` To fetch and merge `staging` directly into `levelbuilder`. You'll likely get "both modified" merge conflicts in `dashboard/public/blockly-package/*` and for `blockly-core/blockly_compressed.js` and `blockly-core/blockly_uncompressed.js`. We don't want to merge in `staging`'s copies of the `blockly-core` and `blockly` build products because they're out of date and need to be rebuilt immediately anyway. Do this:
0 commit comments