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 4182b04 commit 6329586Copy full SHA for 6329586
Taskfile.yaml
@@ -20,7 +20,8 @@ tasks:
20
- ${PWD}/.bin/dprint check
21
22
scratch:init:
23
- - git config --global url."https://github.com/".insteadOf git@github.com
+ - git config --global url."https://github.com/mitmedialab/prg-raise-playground-scratch-gui.git".insteadOf "git@github.com:mitmedialab/prg-raise-playground-scratch-gui.git"
24
+ - git config --global url."https://github.com/mitmedialab/prg-raise-playground-scratch-vm.git".insteadOf "git@github.com:mitmedialab/prg-raise-playground-scratch-vm.git"
25
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
26
- cd prg-raise-playground
27
- git checkout dev
0 commit comments