Workspaces are not the default filter when you clone a directory, however we want them so we can have folders such as .tangled shared between multiple workspaces. Therefore, we should recommend them for our clone URLs
+1
-1
README.md
+1
-1
README.md
···
21
21
22
22
```bash
23
23
git clone https://git.freshlybakedca.ke/patisserie.git:workspace=packetmix.git packetmix
24
-
# Swap out the "packetmix"es at the end of the URL for whatever project you want to clone
24
+
# Swap out the "packetmix"es at the end of the command for whatever project you want to clone
25
25
```
26
26
27
27
If you need to push then, as with *tangled* normally, you are required to use
History
2 rounds
0 comments
a.starrysky.fyi
submitted
#1
1 commit
expand
collapse
docs: recommend Josh workspaces
Workspaces are not the default filter when you clone a directory,
however we want them so we can have folders such as .tangled shared
between multiple workspaces. Therefore, we should recommend them for our
clone URLs
expand 0 comments
pull request successfully merged
a.starrysky.fyi
submitted
#0
1 commit
expand
collapse
docs: recommend Josh workspaces
Workspaces are not the default filter when you clone a directory,
however we want them so we can have folders such as .tangled shared
between multiple workspaces. Therefore, we should recommend them for our
clone URLs