Skip to content

Commit 6329586

Browse files
committed
feat: update git configuration in scratch:init task for specific repositories
1 parent 4182b04 commit 6329586

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ tasks:
2020
- ${PWD}/.bin/dprint check
2121

2222
scratch:init:
23-
- git config --global url."https://github.com/".insteadOf git@github.com
23+
- 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"
2425
- git clone --recurse-submodules https://github.com/mitmedialab/prg-raise-playground.git
2526
- cd prg-raise-playground
2627
- git checkout dev

0 commit comments

Comments
 (0)