I have a node-red project that is hosted on git hub that I pulled onto my Raspberry Pi. I made a lot of modifications and it has become its own separate project. I want to push the new project to its own repository while leaving the original project in its original state in its current repository. Is there an easy way to do this? What configuration files would I have to modify?
I could tell you how to do it if you were not using the projects, but I don't know enough about how the projects feature works so will have to let someone else answer.
If you look in the 'new project' folder you'll see the .git folder containing all the information that links the local & remote repo together;
If you delete that .git folder you will remove the link to the original repo.
Then initialise the 'new project' folder as a git repo, and push it to the remote as a new project.
See this article for info.
Actually, I started writing that when there were no other replies. I imaging that your later reply was hidden behind the editor when I hit the reply button later in the day. I didn't check.