+[10 years ago]donaldcrlmilki: well I think I am doing something wrong because when I try to do git push it says that I don't have a permission to repo_url +[10 years ago]donaldcrlMy steps are correct? I started using git clone repo_url +[10 years ago]donaldcrlHmm on bash it says repo_url (master) +[10 years ago]donaldcrlI think it should be repo (origin) or remote +[10 years ago]milkijust because you can clone a repo, doesnt mean you can push back to it
making a PR also counts as a contribution on your profile
+[10 years ago]donaldcrlmilki: Hmm this is a bit confusing, cloning was what the owner of repository said me to do. +[10 years ago]donaldcrlmilki: so how can I push back? Because every tutorial on the web this step is made on the owner's repo, in my case it's a third-party that I fixed! +[10 years ago]milkidonaldcrl: the github workflow is to create a pull request from your forked repo to the original repo +[10 years ago]milkidonaldcrl: you can push to your forked repo but you only have read access to the original repo +[10 years ago]donaldcrlmilki: Ohh that makes sense of course, so I need to fork and then clone