diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2023-10-10 19:19:38 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2023-10-10 19:19:38 -0400 |
| commit | cf8c391fc174c3e3264d910d5bbb4107b0565715 (patch) | |
| tree | 3c725e0762ab5e9f2955b4d2d28ce0b2dfb31cdb | |
| parent | 11a0cceab966e5ff1058ddbcab5977e8a1d6d290 (diff) | |
| download | rust-cf8c391fc174c3e3264d910d5bbb4107b0565715.tar.gz rust-cf8c391fc174c3e3264d910d5bbb4107b0565715.zip | |
Add comment
| -rw-r--r-- | Readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md index f001c83b08d..6fad0707fbe 100644 --- a/Readme.md +++ b/Readme.md @@ -286,6 +286,16 @@ git checkout sync_branch_name git merge master ``` +To send the changes to the rust repo: + +```bash +cd ../rust +git pull origin master +git checkbout -b subtree-update_cg_gcc_YYYY-MM-DD +PATH="$HOME/bin:$PATH" ~/bin/git-subtree pull --prefix=compiler/rustc_codegen_gcc/ https://github.com/rust-lang/rustc_codegen_gcc.git master +git push +``` + TODO: write a script that does the above. https://rust-lang.zulipchat.com/#narrow/stream/301329-t-devtools/topic/subtree.20madness/near/258877725 |
