Skip to content

Commit cf8c391

Browse files
committed
Add comment
1 parent 11a0cce commit cf8c391

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Readme.md

+10
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,16 @@ git checkout sync_branch_name
286286
git merge master
287287
```
288288

289+
To send the changes to the rust repo:
290+
291+
```bash
292+
cd ../rust
293+
git pull origin master
294+
git checkbout -b subtree-update_cg_gcc_YYYY-MM-DD
295+
PATH="$HOME/bin:$PATH" ~/bin/git-subtree pull --prefix=compiler/rustc_codegen_gcc/ https://github.com/rust-lang/rustc_codegen_gcc.git master
296+
git push
297+
```
298+
289299
TODO: write a script that does the above.
290300

291301
https://rust-lang.zulipchat.com/#narrow/stream/301329-t-devtools/topic/subtree.20madness/near/258877725

0 commit comments

Comments
 (0)