latest 17 messages by donaldcrl
+
[2015-06-12T00:58:33Z]
donaldcrl
Vampire0: I'll take a look on that "hub", because it would be hand to make pull requests from command-line.
+
[2015-06-12T00:24:52Z]
donaldcrl
Vampire0: milki thank you it worked! :)
+
[2015-06-12T00:17:53Z]
donaldcrl
Vampire0: Right I'll do this! :)
+
[2015-06-12T00:06:19Z]
donaldcrl
milki: :( sorry for this
+
[2015-06-12T00:06:08Z]
donaldcrl
milki: I just cloned without forking
+
[2015-06-12T00:05:48Z]
donaldcrl
milki: Ohh that makes sense of course, so I need to fork and then clone
+
[2015-06-12T00:01:26Z]
donaldcrl
milki: 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-11T23:59:55Z]
donaldcrl
milki: Hmm this is a bit confusing, cloning was what the owner of repository said me to do.
+
[2015-06-11T23:51:54Z]
donaldcrl
I think it should be repo (origin) or remote
+
[2015-06-11T23:51:37Z]
donaldcrl
Hmm on bash it says repo_url (master)
+
[2015-06-11T23:50:33Z]
donaldcrl
My steps are correct? I started using git clone repo_url
+
[2015-06-11T23:49:38Z]
donaldcrl
milki: 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:46:50Z]
donaldcrl
milki: Can I use this command: "git push origin master" ? Or just "git push"?
+
[2015-06-11T23:43:16Z]
donaldcrl
And now I don't know how to proceed from here, Should I open a Pull Request first or can I do git push now?
+
[2015-06-11T23:42:58Z]
donaldcrl
1) I cloned the repo: "git clone repo_url" 2) I changed the source. 3) I added using: "git add ." 4) I commited the code: "git commit -m 'message'"
+
[2015-06-11T23:42:49Z]
donaldcrl
this is my steps so far:
+
[2015-06-11T23:42:23Z]
donaldcrl
Hello guys, I'm trying to push my first source change on a third-party repository, I'm just confuse about the steps to finalize my change: