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 1
1
# Josh sync utilities
2
2
This 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.
4
4
5
5
## Installation
6
6
You 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
34
34
1 ) Checkout the latest default branch of the subtree
35
35
2 ) Run ` rustc-josh-sync pull <your-github-username> <branch> `
36
36
- 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 ]
38
38
39
- ## Git pecularities
39
+ ## Git peculiarities
40
40
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] ,
42
42
ensure that you have this entry in your Git config,
43
43
else the 2 steps that follow would prompt for a username and password:
44
44
@@ -58,3 +58,6 @@ To minimize the likelihood of this happening, you may wish to keep a separate *m
58
58
```
59
59
GIT_CONFIG_GLOBAL=/path/to/minimal/gitconfig GIT_CONFIG_SYSTEM='' rustc-josh-sync ...
60
60
```
61
+
62
+
63
+ [ rust-lang/rust ] : (https://github.com/rust-lang/rust)
You can’t perform that action at this time.
0 commit comments