[PATCH] D56550: Add recipes for migrating downstream branches of git mirrors

David Greene via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 10:24:58 PST 2019


greened added inline comments.


================
Comment at: docs/Proposals/GitHubMove.rst:879
+  # Add a remote to the monorepo.
+  git -C my-monorepo remote add upstream/monorepo https://github.com/llvm-git-prototype/llvm.git
+
----------------
This should reference the final URL of the monorepo, once it's been blessed.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56550/new/

https://reviews.llvm.org/D56550





More information about the llvm-commits mailing list