+3
-3
README.md
+3
-3
README.md
···
20
be used to filter your clone:
21
22
```bash
23
-
git clone https://git.freshlybakedca.ke/patisserie.git:/packetmix.git
24
-
# Swap out "packetmix" at the end of the URL for whatever project you want to clone
25
```
26
27
If you need to push then, as with *tangled* normally, you are required to use
···
41
to use SSH.
42
43
```bash
44
-
git remote set-url --push ssh://git@git.freshlybakedca.ke/patisserie.git:/packetmix.git
45
# Swap out "packetmix" at the end of the URL for whatever project you have cloned
46
```
47
···
20
be used to filter your clone:
21
22
```bash
23
+
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=packetmix.git packetmix
24
+
# Swap out the "packetmix"es at the end of the command for whatever project you want to clone
25
```
26
27
If you need to push then, as with *tangled* normally, you are required to use
···
41
to use SSH.
42
43
```bash
44
+
git remote set-url --push ssh://git@git.freshlybakedca.ke/patisserie.git:workspace=packetmix.git
45
# Swap out "packetmix" at the end of the URL for whatever project you have cloned
46
```
47