On Wed, May 2, 2012 at 6:49 PM, Marc Delisle marc@infomarc.info wrote:
Le 2012-05-02 09:09, Thilina Buddika Abeyrathna a écrit :
Hi Marc, I used following command to update my git repo in GitHub.
git remote add upstream git://github.com/thilinaa/phpmyadmin.git git fetch upstream
But it did not work for my repo. Please give me some suggestions.
Thilina, I'm not sure what you mean by "it did not work", but there is another way; the student guide [0] refers you to [1].
[0]
http://wiki.phpmyadmin.net/pma/GSoC_2012_Student_Guide#Publish_a_Git_reposit...
[1] http://wiki.phpmyadmin.net/pma/Git#Publishing_changes_for_merge
Hi Marc,
Thank for your reply, But I meant that when the original repo (phpmyadmin/phpmyadmin) I forked gets updated, I need to add those updates to my fork.