<br><br><div class="gmail_quote">On Wed, May 2, 2012 at 7:07 PM, Thilina Buddika Abeyrathna <span dir="ltr"><<a href="mailto:thilinaabeyrathna@gmail.com" target="_blank">thilinaabeyrathna@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Wed, May 2, 2012 at 7:00 PM, Alex Marin <span dir="ltr"><<a href="mailto:alex.ukf@gmail.com" target="_blank">alex.ukf@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On Wed, May 2, 2012 at 4:09 PM, Thilina Buddika Abeyrathna<br>
<<a href="mailto:thilinaabeyrathna@gmail.com" target="_blank">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>
</div>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 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>
<div><div><br clear="all"></div></div></blockquote></div></div></div>Hi Alex,<br>Thank you very much.</blockquote><div><br>Alex,<br>I did what you asked to do. But still my fork not up to date. <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>