I have a project with a simple local git repo, and I want to move this project (folders etc.) to another computer and work from there from now on. I don\'t want to
Yes it's enough to copy the data to the other machine. Using git clone is almost the same thing, but it will setup the computer you are cloning from as the remote origin, which might not be what you want.