Hey guys, I need help understanding collaboration on git.
So I am with a startup project at the moment. Cloned a repo, but I can’t push my branch onto the repo.
My question is, do the owner of that repo need to give me permission? Or am I not suppose to clone and use fork?
If you do not have permissions to a repository, you cannot push commits to that repository. In this case you would either need to gain permissions or fork the repository and propose a PR from your fork.
Thank you for this answer. This is what I am looking for and it seems to be working. Waiting for someone to reply to make sure that it is all working.