+[2015-06-11T23:49:38Z]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 +[2015-06-11T23:50:33Z]donaldcrlMy steps are correct? I started using git clone repo_url +[2015-06-11T23:51:37Z]donaldcrlHmm on bash it says repo_url (master) +[2015-06-11T23:51:54Z]donaldcrlI think it should be repo (origin) or remote +[2015-06-11T23:56:33Z]milkijust because you can clone a repo, doesnt mean you can push back to it
My steps are correct? I started using git clone repo_url
+[2015-06-11T23:59:55Z]donaldcrlmilki: Hmm this is a bit confusing, cloning was what the owner of repository said me to do. +[2015-06-12T00:01:26Z]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! +[2015-06-12T00:04:20Z]milkidonaldcrl: the github workflow is to create a pull request from your forked repo to the original repo +[2015-06-12T00:04:45Z]milkidonaldcrl: you can push to your forked repo but you only have read access to the original repo +[2015-06-12T00:05:48Z]donaldcrlmilki: Ohh that makes sense of course, so I need to fork and then clone