Hi all
I've just updated the repos on github and enabled notifications hooks
there, so the switch to github is done.
All you need to do is point your repositories to pull/push to github,
for main repository it can be done using:
git remote set-url origin git@github.com:phpmyadmin/phpmyadmin.git
If you are using just read only access then use following:
git remote set-url origin git://github.com/phpmyadmin/phpmyadmin.git
For other repositories just replace last part of the URL with
repository name (they have not changed).
Everything should work as before, pushes should be now faster, because
all notifications are done in background on github and they don't block
pushing.
--
Michal Čihař | http://cihar.com | http://blog.cihar.com
Hi all
as agreed yesterday, we are going to move our repositories to Github,
all you need to do are few simple steps described on the wiki:
https://wiki.phpmyadmin.net/pma/Git_migration
What I need right now is you to send me your login on github so that I
can add you to the project. Once all people are granted access we will
actually switch to using github, what will be announced later.
PS: Our code is just being pushed there as I write this.
--
Michal Čihař | http://cihar.com | http://phpmyadmin.cz
Hi,
I'm not sure what is happening between these branches but please wait
before merging QA_3_5 into master until the situation is fixed.
The usual recipe of
git merge -X ours QA_3_5
does not seem to work.
--
Marc Delisle
http://infomarc.info