So here is the issue or more like confusion I have.
Currently I have a git repo (lets just say the name is rn) that is connected to a folder called assg_rad. In this folder, I have some error that I have no idea how to solve it, so I want to git clone rn into a new folder and continue my work from there.
- Is this possible?
- Will this affect the old assg_rad folder as this folder is previously where the git remote is?
- Will there be confusion between two folders because they will have same repo?
- How to do this git clone? Is it the same like when you clone a new repo, or is there a different steps?
Thank you.