I want to copy a git repository to another location so I can start working on a different project using that same code base. Is it enough to simply clone the repository and delete the .git
folder and run git init
or do I have to do some additional work?
Thanks in advance!