Due to legal issues I need to get all new code files between two distant commits (2 years of development). I need only whole new files, changes in existed files are not required. I am using Fork and I can see all new files, but I need all of them extracted to folder and I don't know how to do it. How to do it with git commands?