Josh doesn't seem to be working correctly with cloning over SSH, but we know it works for pushing. Therefore, we should mention git's support for having a different push URL and recommend always cloning over HTTPS
···3636 ForwardAgent yes
3737```
38383939-When you've added this section to your ssh config, you can clone over SSH.
4040-Except for when creating branches, pushing will work as-normal for SSH clones.
3939+When you've added this section to your ssh config, you can add a custom push URL
4040+to use SSH.
41414242```bash
4343-git clone ssh://git@git.freshlybakedca.ke/patisserie.git:/packetmix.git
4444-# Swap out "packetmix" at the end of the URL for whatever project you want to clone
4343+git remote set-url --push ssh://git@git.freshlybakedca.ke/patisserie.git:/packetmix.git
4444+# Swap out "packetmix" at the end of the URL for whatever project you have cloned
4545```
4646+4747+Except for when creating branches, pushing will work as-normal for SSH clones.
46484749### Creating new branches
4850