[llvm-dev] Moving to a new machine

Jay Foad via llvm-dev llvm-dev at lists.llvm.org
Thu Feb 25 02:21:43 PST 2021


> While I've got you, one more question. I've cloned llvm_project on my new machine. I have only one branch that is interesting on my old machine. What is the safest way to bring the files committed on that branch over to the new machine and make a branch with them?

Fork llvm-project on github (or other git hosting site of your
choice), push the branch from your old machine to your fork, and pull
it from your fork onto your new machine. I'm happy to walk you through
this off-list if you want.

Jay.


More information about the llvm-dev mailing list