I want to move some files and their histories from repo_1 to repo_2. I have seen the guide Move Git repositories to another project with full-fidelity history but that looks like it copies all files and their histories. Is there a way to select only a few files?
Thanks