How to copy vocode folder without GitHub repository?
id like to better my code so i copied the project's folder but when i want to commit it to GitHub its automatically connected to the original project's repository.
how do i clone/duplicate a vs code project and commit it to a new GitHub repository? thank you
i tried copying my project to make an original folder with it being the "safe" code that works, and make a copy to try and better my code without changing the original one and risk loosing all of my work.