[Phpmyadmin-devel] We're on github

Michal Čihař michal at cihar.com
Tue Feb 7 15:09:48 CET 2012


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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20120207/19e316af/attachment.sig>


More information about the Developers mailing list