I have a project on Github and I started a slightly different version of it on another branch.
I want now to separate that branch into a separate project, which could be synchronized with the original project, so when I make some changes in the original project, i could also pull them to the new branch (but not the other way round).
What is the best procedure for that?
I could, of course, just copy the branch files into a new folder and initialize a new repo then push it to Github, but I'm sure there's a better way of doing what I want, I just don't know how...
Thank you!