Version control » History » Revision 10
Revision 9 (Greg Burri, 10/01/2009 03:26 PM) → Revision 10/15 (Greg Burri, 11/16/2010 03:27 PM)
h1. Version control See [[Guidelines#Version-number|here]] for the version numbers guidelines. There is a complete web access "here":http://git.euphorik.ch/index.cgi?p=aybabtu.git;a=summary h2. Public access <pre> git clone git://dev.aybabtu.org/aybabtu.git git://dev.euphorik.ch/aybabtu.git </pre> h2. Full access to the reference bare-repository (Need authentication by a RSA public key) <pre> git clone ssh://git@dev.aybabtu.org/aybabtu.git ssh://git@dev.euphorik.ch/aybabtu.git </pre>