Your one-stop-cake-shop for everything Freshly Baked has to offer

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

authored by a.starrysky.fyi and committed by

Tangled fc7aa1af c05a78db

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