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 02ded33 + 247a5f3 commit e57962fCopy full SHA for e57962f
src/tools/miri/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