I have a React app saved in a GitHub repository (git@github.com:USERNAME/REPO-OLD.git). I would like to move all my files in REPO-OLD into a new folder called REPO-NEW:
REPO-NEW > REPO-OLD > React app
How do I update it and replace my GitHub remote URL accordingly (i.e. pushing the project from REPO-NEW instead of REPO-OLD)? Thanks in advance!
