File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Josh sync utilities
22This repository contains a binary utility for performing [ Josh] ( https://github.com/josh-project/josh )
3- synchronizations (pull and push) of Josh subtrees in the [ rust-lang/rust] ( https://github.com/rust-lang/rust ) repository.
3+ synchronizations (pull and push) of Josh subtrees in the [ rust-lang/rust] repository.
44
55## Installation
66You can install the binary ` rustc-josh-sync ` tool using the following command:
@@ -34,11 +34,11 @@ A push operation takes changes performed in the subtree repository and merges th
34341 ) Checkout the latest default branch of the subtree
35352 ) Run ` rustc-josh-sync pull <your-github-username> <branch> `
3636 - The branch with the push contents will be created in ` https://github.com/<your-github-username>/rust ` fork, in the ` <branch> ` branch.
37- 3 ) Send a PR to ` rustc `
37+ 3 ) Send a PR to [ rust-lang/rust ]
3838
39- ## Git pecularities
39+ ## Git peculiarities
4040
41- NOTE: If you use Git/SSH protocol to push to your fork of ` rust-lang/rust ` ,
41+ NOTE: If you use Git/SSH protocol to push to your fork of [ rust-lang/rust] ,
4242ensure that you have this entry in your Git config,
4343else the 2 steps that follow would prompt for a username and password:
4444
@@ -58,3 +58,6 @@ To minimize the likelihood of this happening, you may wish to keep a separate *m
5858```
5959GIT_CONFIG_GLOBAL=/path/to/minimal/gitconfig GIT_CONFIG_SYSTEM='' rustc-josh-sync ...
6060```
61+
62+
63+ [ rust-lang/rust ] : (https://github.com/rust-lang/rust)
You can’t perform that action at this time.
0 commit comments