We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2caa20e commit 0dab602Copy full SHA for 0dab602
justfile
@@ -1,2 +1,5 @@
1
check:
2
- cargo check && cargo check --target wasm32-unknown-unknown
+ cargo check && cargo check --target wasm32-unknown-unknown
3
+
4
+meta-merge:
5
+ git merge -s ours --no-ff upstream/main -m "Meta-merge upstream/main using -s ours (keep fork content unchanged)"
0 commit comments