1
I have a project finalized and commissioned at Github. Now I want to make a copy of the folder to do some tests and I want to send this project to a new repository on Github. The problem is that this copy is being directed to the repository of the first version and I don’t want to touch the first version, I want to commit to a new repository.
How do I unlink the repository of the old project in this new copy of the previous project?
Note: I have already made many changes to the new project and I do not want to miss it.
blz. the name of the first project is gymManager and the copied folder I changed the name to gymBD. when I downloaded the gymBD folder did the "$ git remote -v" appeared the name gymManager. i now need to create a new repositorio gymBD on github and run "git remote set-url"?
– Rodrigo Emanuel