+6
-4
README.md
+6
-4
README.md
···
36
ForwardAgent yes
37
```
38
39
-
When you've added this section to your ssh config, you can clone over SSH.
40
-
Except for when creating branches, pushing will work as-normal for SSH clones.
41
42
```bash
43
-
git clone ssh://git@git.freshlybakedca.ke/patisserie.git:/packetmix.git
44
-
# Swap out "packetmix" at the end of the URL for whatever project you want to clone
45
```
46
47
### Creating new branches
48
···
36
ForwardAgent yes
37
```
38
39
+
When you've added this section to your ssh config, you can add a custom push URL
40
+
to use SSH.
41
42
```bash
43
+
git remote set-url --push ssh://git@git.freshlybakedca.ke/patisserie.git:/packetmix.git
44
+
# Swap out "packetmix" at the end of the URL for whatever project you have cloned
45
```
46
+
47
+
Except for when creating branches, pushing will work as-normal for SSH clones.
48
49
### Creating new branches
50