I'm working in a group project. We have have a private git repo on github. I want to clone that repo and name it as 'new repo' in such a way that the new repo can only be accessed or modified by me. Any change on the old repo must not affect my repo. Is this possible?
Keep in mind the old git repo was not created by me, I was invited.