[PATCH] D26334: Add some facilities to work with a git monorepo (experimental setup)

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 6 12:08:40 PST 2016


jlebar added a comment.

I cannot speak to the cmake changes here.



================
Comment at: llvm/docs/GettingStarted.rst:725
+A helper script is provided in `llvm/utils/git-svn/git-llvm`. Adding it to your
+path enables an easy way to push back changes after commit:
+
----------------
> A helper script is provided in `llvm/utils/git-svn/git-llvm`. After you add it to your path, you can push committed changes upstream with `git llvm push`.


https://reviews.llvm.org/D26334





More information about the llvm-commits mailing list