<br><br><div class="gmail_quote">On Wed, May 2, 2012 at 7:59 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info" target="_blank">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Le 2012-05-02 10:21, Thilina Buddika Abeyrathna a écrit :<br>
<div><div class="h5">> On Wed, May 2, 2012 at 7:38 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Le 2012-05-02 10:04, Thilina Buddika Abeyrathna a écrit :<br>
>>> On Wed, May 2, 2012 at 7:07 PM, Thilina Buddika Abeyrathna <<br>
>>> <a href="mailto:thilinaabeyrathna@gmail.com">thilinaabeyrathna@gmail.com</a>> wrote:<br>
>>><br>
>>>><br>
>>>><br>
>>>> On Wed, May 2, 2012 at 7:00 PM, Alex Marin <<a href="mailto:alex.ukf@gmail.com">alex.ukf@gmail.com</a>> wrote:<br>
>>>><br>
>>>>> On Wed, May 2, 2012 at 4:09 PM, Thilina Buddika Abeyrathna<br>
>>>>> <<a href="mailto:thilinaabeyrathna@gmail.com">thilinaabeyrathna@gmail.com</a>> wrote:<br>
>>>>>> Hi Marc,<br>
>>>>>> I used following command to update my git repo in GitHub.<br>
>>>>>><br>
>>>>>> git remote add upstream git://<a href="http://github.com/thilinaa/phpmyadmin.git" target="_blank">github.com/thilinaa/phpmyadmin.git</a><br>
>>>>>><br>
>>>>>><br>
>>>>>> git fetch upstream<br>
>>>>>><br>
>>>>>> But it did not work for my repo. Please give me some suggestions.<br>
>>>>><br>
>>>>> Hi Thilina,<br>
>>>>><br>
>>>>> Your command adds your fork of phpmyadmin as a remote repo. I<br>
>>>>> assume you want to get the latest changes from the phpmyadmin<br>
>>>>> official repo. So you first have to add the remote phpmyadmin repo:<br>
>>>>>   git remote add upstream git://<a href="http://github.com/phpmyadmin/phpmyadmin.git" target="_blank">github.com/phpmyadmin/phpmyadmin.git</a><br>
>>>>> For getting the latest updates from there, you should use:<br>
>>>>>  git pull upstream [branch] (or git fetch as you mentioned).<br>
>>>>><br>
>>>>> And finally, if you want to push the changes to your fork, then you<br>
>> first<br>
>>>>> have to create your fork and add it as a remote repo:<br>
>>>>>   git remote add origin git://<a href="http://github.com/thilinaa/phpmyadmin.git" target="_blank">github.com/thilinaa/phpmyadmin.git</a><br>
>>>>> Then, you push with<br>
>>>>>   git push origin [branch]<br>
>>>>><br>
>>>>> You can also find more details at [0] and [1].<br>
>>>>><br>
>>>>> [0] <a href="http://help.github.com/fork-a-repo/" target="_blank">http://help.github.com/fork-a-repo/</a><br>
>>>>> [1] <a href="http://help.github.com/remotes/" target="_blank">http://help.github.com/remotes/</a><br>
>>>>><br>
>>>>> All the best,<br>
>>>>> Alex<br>
>>>>><br>
>>>>> Hi Alex,<br>
>>>> Thank you very much.<br>
>>><br>
>>><br>
>>> Alex,<br>
>>> I did what you asked to do. But still my fork not up to date.<br>
>><br>
>> Thilina,<br>
>> how did you create your local repository in the first place?<br>
>><br>
>> using 'git clone'<br>
<br>
</div></div>Please show us the output of<br>
<br>
git remote -v show<br>
<div class="HOEnZb"><div class="h5"><br clear="all"></div></div></blockquote><div>origin    git://<a href="http://github.com/thilinaa/phpmyadmin.git">github.com/thilinaa/phpmyadmin.git</a> (fetch)<br>origin    git://<a href="http://github.com/thilinaa/phpmyadmin.git">github.com/thilinaa/phpmyadmin.git</a> (push)<br>

upstream    git://<a href="http://github.com/phpmyadmin/phpmyadmin.git">github.com/phpmyadmin/phpmyadmin.git</a> (fetch)<br>upstream    git://<a href="http://github.com/phpmyadmin/phpmyadmin.git">github.com/phpmyadmin/phpmyadmin.git</a> (push) <br>

</div></div><br>-- <br><font face="georgia, serif">Regards.</font><br><br><font face="'trebuchet ms', sans-serif" size="4">Thilina Buddika Abeyrathna,</font><br><font face="georgia, serif">Department of Computer Engineering,</font><br>

<font face="georgia, serif">Faculty Of Engineering,</font><br><font face="georgia, serif">University of Peradeniya,</font><div><font face="georgia, serif">Sri Lanka.<br><br></font></div><br>