I am currently working on a project in which I have the reporter rights (not allowed to push etc.). Unfortunately I did not create a fork, but cloned the original one on my machine and now I am struggling with the idea how to publish it to get feedback.
Since I can't push to the original repository, I thought I could just create a new repository and change the remote, but it seems to me that I will lose the connection to the original one and can't pull anymore to update the changes. Will setting different push remote and different pull remote be enough to solve this problem ?
What would be the reasonable scenario to follow in my case ?