We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a0cce commit cf8c391Copy full SHA for cf8c391
Readme.md
@@ -286,6 +286,16 @@ git checkout sync_branch_name
286
git merge master
287
```
288
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
299
TODO: write a script that does the above.
300
301
https://rust-lang.zulipchat.com/#narrow/stream/301329-t-devtools/topic/subtree.20madness/near/258877725
0 commit comments