We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 003f73e + 69298bb commit 20a968cCopy full SHA for 20a968c
CONTRIBUTING.md
@@ -242,6 +242,13 @@ josh-proxy --local=$HOME/.cache/josh --remote=https://github.com --no-background
242
243
This uses a directory `$HOME/.cache/josh` as a cache, to speed up repeated pulling/pushing.
244
245
+To make josh push via ssh instead of https, you can add the following to your `.gitconfig`:
246
+
247
+```toml
248
+[url "git@github.com:"]
249
+ pushInsteadOf = https://github.com/
250
+```
251
252
### Importing changes from the rustc repo
253
254
Josh needs to be running, as described above.
0 commit comments